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 (m ST_ExtendedBrushPropertyName) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_ExtendedBrushPropertyName) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_ExtendedBrushPropertyName) String() string
func (m *ST_ExtendedBrushPropertyName) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_ExtendedBrushPropertyName) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_ExtendedBrushPropertyName) Validate() error
func (m ST_ExtendedBrushPropertyName) ValidateWithPath(path string) error
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 (m ST_InkEffectsType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_InkEffectsType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_InkEffectsType) String() string
func (m *ST_InkEffectsType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_InkEffectsType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_InkEffectsType) Validate() error
func (m ST_InkEffectsType) ValidateWithPath(path string) error