...

Package hyperlinkcolor

Overview ▾

type CT_HyperlinkColor

type CT_HyperlinkColor struct {
    ValAttr ST_HyperlinkColor
}

func NewCT_HyperlinkColor

func NewCT_HyperlinkColor() *CT_HyperlinkColor

func (*CT_HyperlinkColor) MarshalXML

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

func (*CT_HyperlinkColor) UnmarshalXML

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

func (*CT_HyperlinkColor) Validate

func (m *CT_HyperlinkColor) Validate() error

Validate validates the CT_HyperlinkColor and its children

func (*CT_HyperlinkColor) ValidateWithPath

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

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

type HlinkClr

type HlinkClr struct {
    CT_HyperlinkColor
}

func NewHlinkClr

func NewHlinkClr() *HlinkClr

func (*HlinkClr) MarshalXML

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

func (*HlinkClr) UnmarshalXML

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

func (*HlinkClr) Validate

func (m *HlinkClr) Validate() error

Validate validates the HlinkClr and its children

func (*HlinkClr) ValidateWithPath

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

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

type ST_HyperlinkColor

type ST_HyperlinkColor byte
const (
    ST_HyperlinkColorUnset ST_HyperlinkColor = 0
    ST_HyperlinkColorHlink ST_HyperlinkColor = 1
    ST_HyperlinkColorTx    ST_HyperlinkColor = 2
)

func (ST_HyperlinkColor) MarshalXML

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

func (ST_HyperlinkColor) MarshalXMLAttr

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

func (ST_HyperlinkColor) String

func (m ST_HyperlinkColor) String() string

func (*ST_HyperlinkColor) UnmarshalXML

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

func (*ST_HyperlinkColor) UnmarshalXMLAttr

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

func (ST_HyperlinkColor) Validate

func (m ST_HyperlinkColor) Validate() error

func (ST_HyperlinkColor) ValidateWithPath

func (m ST_HyperlinkColor) ValidateWithPath(path string) error