Documentation
¶
Index ¶
- func Parser(buf []byte) (interface{}, error)
- type Adjustments
- type Base
- type Children
- type Cookie
- type DefaultRunData
- type DocumentResources
- type Editor
- type EngineData
- type EngineDict
- type FillColor
- type FontSet
- type GridColor
- type GridInfo
- type GridLeadingFillColor
- type KinsokuSet
- type Lines
- type MojiKumiSet
- type ParagraphRun
- type ParagraphSheet
- type ParagraphSheetSet
- type Photoshop
- type Properties
- type Rendered
- type ResourceDict
- type RunArray
- type Shapes
- type StrokeColor
- type StyleRun
- type StyleSheetData
- type StyleSheetSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Adjustments ¶
type DefaultRunData ¶
type DefaultRunData struct { Adjustments Adjustments ParagraphSheet ParagraphSheet }
type DocumentResources ¶
type DocumentResources struct { FontSet []FontSet KinsokuSet []KinsokuSet MojiKumiSet []MojiKumiSet ParagraphSheetSet []ParagraphSheetSet SmallCapSize float64 StyleSheetSet []StyleSheetSet SubscriptPosition float64 SubscriptSize float64 SuperscriptPosition float64 SuperscriptSize float64 TheNormalParagraphSheet int TheNormalStyleSheet int }
type EngineData ¶
type EngineData struct { EngineDict EngineDict ResourceDict ResourceDict DocumentResources DocumentResources }
type EngineDict ¶
type GridLeadingFillColor ¶
type KinsokuSet ¶
type MojiKumiSet ¶
type MojiKumiSet struct {
InternalName string
}
type ParagraphRun ¶
type ParagraphRun struct { DefaultRunData DefaultRunData IsJoinable int RunArray []RunArray RunLengthArray []int }
type ParagraphSheet ¶
type ParagraphSheet struct { DefaultStyleSheet int Properties Properties }
type ParagraphSheetSet ¶
type ParagraphSheetSet struct { DefaultStyleSheet int Name string Properties Properties }
type Properties ¶
type Properties struct { AutoHyphenate bool AutoLeading float64 Burasagari bool ConsecutiveHyphens int EndIndent int EveryLineComposer bool FirstLineIndent int GlyphSpacing []int Hanging bool HyphenatedWordSize int Justification int KinsokuOrder int LeadingType int LetterSpacing []int PostHyphen int PreHyphen int SpaceAfter int SpaceBefore int StartIndent int WordSpacing []float64 Zone int }
type ResourceDict ¶
type ResourceDict struct { FontSet []FontSet KinsokuSet []KinsokuSet MojiKumiSet MojiKumiSet ParagraphSheetSet []ParagraphSheetSet SmallCapSize float64 StyleSheetSet []StyleSheetSet SubscriptPosition float64 SubscriptSize float64 SuperscriptPosition float64 SuperscriptSize float64 TheNormalParagraphSheet int TheNormalStyleSheet int }
type RunArray ¶
type RunArray struct { Adjustments Adjustments ParagraphSheet ParagraphSheet }
type StrokeColor ¶
type StyleSheetData ¶
type StyleSheetData struct { AutoKerning bool AutoLeading bool BaselineDirection int BaselineShift int CharacterDirection int DLigatures bool DiacriticPos int FauxBold bool FauxItalic bool FillColor FillColor FillFirst bool FillFlag bool Font int FontBaseline int FontCaps int FontSize int HindiNumbers bool HorizontalScale int Kashida int Kerning int Language int Leading int Ligatures bool NoBreak bool OutlineWidth int Strikethrough bool StrokeColor StrokeColor StrokeFlag bool StyleRunAlignment int Tracking int Tsume int Underline bool VerticalScale int YUnderline int }
type StyleSheetSet ¶
type StyleSheetSet struct { Name string StyleSheetData StyleSheetData }
Click to show internal directories.
Click to hide internal directories.