HomeUniDoc
...

Package wordml

Overview ▾

Index ▾

func ParseStdlibTime(s string) (time.Time, error)
func ParseUnionST_AdjAngle(s string) (dml.ST_AdjAngle, error)
func ParseUnionST_AdjCoordinate(s string) (dml.ST_AdjCoordinate, error)
func ParseUnionST_AnimationChartBuildType(s string) (dml.ST_AnimationChartBuildType, error)
func ParseUnionST_AnimationDgmBuildType(s string) (dml.ST_AnimationDgmBuildType, error)
func ParseUnionST_Coordinate(s string) (dml.ST_Coordinate, error)
func ParseUnionST_Coordinate32(s string) (dml.ST_Coordinate32, error)
func ParseUnionST_FixedPercentage(s string) (dml.ST_FixedPercentage, error)
func ParseUnionST_OnOff(s string) (sharedTypes.ST_OnOff, error)
func ParseUnionST_Percentage(s string) (dml.ST_Percentage, error)
func ParseUnionST_PositiveFixedPercentage(s string) (dml.ST_PositiveFixedPercentage, error)
func ParseUnionST_PositivePercentage(s string) (dml.ST_PositivePercentage, error)
func ParseUnionST_TextFontScalePercentOrPercentString(s string) (dml.ST_TextFontScalePercentOrPercentString, error)
func ParseUnionST_TextPoint(s string) (dml.ST_TextPoint, error)
func ParseUnionST_TextSpacingPercentOrPercentString(s string) (dml.ST_TextSpacingPercentOrPercentString, error)
type Any
type CT_Extension
    func NewCT_Extension() *CT_Extension
    func (m *CT_Extension) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_Extension) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_Extension) Validate() error
    func (m *CT_Extension) ValidateWithPath(path string) error
type CT_ExtensionList
    func NewCT_ExtensionList() *CT_ExtensionList
    func (m *CT_ExtensionList) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_ExtensionList) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_ExtensionList) Validate() error
    func (m *CT_ExtensionList) ValidateWithPath(path string) error

Package files

CT_Extension.go CT_ExtensionList.go common.go

func ParseStdlibTime

func ParseStdlibTime(s string) (time.Time, error)

func ParseUnionST_AdjAngle

func ParseUnionST_AdjAngle(s string) (dml.ST_AdjAngle, error)

func ParseUnionST_AdjCoordinate

func ParseUnionST_AdjCoordinate(s string) (dml.ST_AdjCoordinate, error)

func ParseUnionST_AnimationChartBuildType

func ParseUnionST_AnimationChartBuildType(s string) (dml.ST_AnimationChartBuildType, error)

func ParseUnionST_AnimationDgmBuildType

func ParseUnionST_AnimationDgmBuildType(s string) (dml.ST_AnimationDgmBuildType, error)

func ParseUnionST_Coordinate

func ParseUnionST_Coordinate(s string) (dml.ST_Coordinate, error)

func ParseUnionST_Coordinate32

func ParseUnionST_Coordinate32(s string) (dml.ST_Coordinate32, error)

func ParseUnionST_FixedPercentage

func ParseUnionST_FixedPercentage(s string) (dml.ST_FixedPercentage, error)

func ParseUnionST_OnOff

func ParseUnionST_OnOff(s string) (sharedTypes.ST_OnOff, error)

func ParseUnionST_Percentage

func ParseUnionST_Percentage(s string) (dml.ST_Percentage, error)

func ParseUnionST_PositiveFixedPercentage

func ParseUnionST_PositiveFixedPercentage(s string) (dml.ST_PositiveFixedPercentage, error)

func ParseUnionST_PositivePercentage

func ParseUnionST_PositivePercentage(s string) (dml.ST_PositivePercentage, error)

func ParseUnionST_TextFontScalePercentOrPercentString

func ParseUnionST_TextFontScalePercentOrPercentString(s string) (dml.ST_TextFontScalePercentOrPercentString, error)

func ParseUnionST_TextPoint

func ParseUnionST_TextPoint(s string) (dml.ST_TextPoint, error)

func ParseUnionST_TextSpacingPercentOrPercentString

func ParseUnionST_TextSpacingPercentOrPercentString(s string) (dml.ST_TextSpacingPercentOrPercentString, error)

type Any

type Any interface {
    MarshalXML(e *xml.Encoder, start xml.StartElement) error
    UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
}

type CT_Extension

type CT_Extension struct {
    UriAttr *string
    Any     unioffice.Any
}

func NewCT_Extension

func NewCT_Extension() *CT_Extension

func (*CT_Extension) MarshalXML

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

func (*CT_Extension) UnmarshalXML

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

func (*CT_Extension) Validate

func (m *CT_Extension) Validate() error

Validate validates the CT_Extension and its children

func (*CT_Extension) ValidateWithPath

func (m *CT_Extension) ValidateWithPath(path string) error

ValidateWithPath validates the CT_Extension and its children, prefixing error messages with path

type CT_ExtensionList

type CT_ExtensionList struct {
    Ext []*CT_Extension
}

func NewCT_ExtensionList

func NewCT_ExtensionList() *CT_ExtensionList

func (*CT_ExtensionList) MarshalXML

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

func (*CT_ExtensionList) UnmarshalXML

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

func (*CT_ExtensionList) Validate

func (m *CT_ExtensionList) Validate() error

Validate validates the CT_ExtensionList and its children

func (*CT_ExtensionList) ValidateWithPath

func (m *CT_ExtensionList) ValidateWithPath(path string) error

ValidateWithPath validates the CT_ExtensionList and its children, prefixing error messages with path

Subdirectories

Name Synopsis
..
cex