...

Package ink

Overview ▾

type ST_ExtendedBrushPropertyName

type ST_ExtendedBrushPropertyName byte
const (
    ST_ExtendedBrushPropertyNameUnset       ST_ExtendedBrushPropertyName = 0
    ST_ExtendedBrushPropertyNameInkEffects  ST_ExtendedBrushPropertyName = 1
    ST_ExtendedBrushPropertyNameAnchorX     ST_ExtendedBrushPropertyName = 2
    ST_ExtendedBrushPropertyNameAnchorY     ST_ExtendedBrushPropertyName = 3
    ST_ExtendedBrushPropertyNameScaleFactor ST_ExtendedBrushPropertyName = 4
)

func (ST_ExtendedBrushPropertyName) MarshalXML

func (m ST_ExtendedBrushPropertyName) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (ST_ExtendedBrushPropertyName) MarshalXMLAttr

func (e ST_ExtendedBrushPropertyName) MarshalXMLAttr(name xml.Name) (xml.Attr, error)

func (ST_ExtendedBrushPropertyName) String

func (m ST_ExtendedBrushPropertyName) String() string

func (*ST_ExtendedBrushPropertyName) UnmarshalXML

func (m *ST_ExtendedBrushPropertyName) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*ST_ExtendedBrushPropertyName) UnmarshalXMLAttr

func (e *ST_ExtendedBrushPropertyName) UnmarshalXMLAttr(attr xml.Attr) error

func (ST_ExtendedBrushPropertyName) Validate

func (m ST_ExtendedBrushPropertyName) Validate() error

func (ST_ExtendedBrushPropertyName) ValidateWithPath

func (m ST_ExtendedBrushPropertyName) ValidateWithPath(path string) error

type ST_InkEffectsType

type ST_InkEffectsType byte
const (
    ST_InkEffectsTypeUnset    ST_InkEffectsType = 0
    ST_InkEffectsTypeNone     ST_InkEffectsType = 1
    ST_InkEffectsTypePencil   ST_InkEffectsType = 2
    ST_InkEffectsTypeRainbow  ST_InkEffectsType = 3
    ST_InkEffectsTypeGalaxy   ST_InkEffectsType = 4
    ST_InkEffectsTypeGold     ST_InkEffectsType = 5
    ST_InkEffectsTypeSilver   ST_InkEffectsType = 6
    ST_InkEffectsTypeLava     ST_InkEffectsType = 7
    ST_InkEffectsTypeOcean    ST_InkEffectsType = 8
    ST_InkEffectsTypeRosegold ST_InkEffectsType = 9
    ST_InkEffectsTypeBronze   ST_InkEffectsType = 10
)

func (ST_InkEffectsType) MarshalXML

func (m ST_InkEffectsType) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (ST_InkEffectsType) MarshalXMLAttr

func (e ST_InkEffectsType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)

func (ST_InkEffectsType) String

func (m ST_InkEffectsType) String() string

func (*ST_InkEffectsType) UnmarshalXML

func (m *ST_InkEffectsType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*ST_InkEffectsType) UnmarshalXMLAttr

func (e *ST_InkEffectsType) UnmarshalXMLAttr(attr xml.Attr) error

func (ST_InkEffectsType) Validate

func (m ST_InkEffectsType) Validate() error

func (ST_InkEffectsType) ValidateWithPath

func (m ST_InkEffectsType) ValidateWithPath(path string) error