type CT_HyperlinkColor struct {
ValAttr ST_HyperlinkColor
}
func NewCT_HyperlinkColor() *CT_HyperlinkColor
func (m *CT_HyperlinkColor) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_HyperlinkColor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_HyperlinkColor) Validate() error
Validate validates the CT_HyperlinkColor and its children
func (m *CT_HyperlinkColor) ValidateWithPath(path string) error
ValidateWithPath validates the CT_HyperlinkColor and its children, prefixing error messages with path
type HlinkClr struct {
CT_HyperlinkColor
}
func NewHlinkClr() *HlinkClr
func (m *HlinkClr) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *HlinkClr) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *HlinkClr) Validate() error
Validate validates the HlinkClr and its children
func (m *HlinkClr) ValidateWithPath(path string) error
ValidateWithPath validates the HlinkClr and its children, prefixing error messages with path
type ST_HyperlinkColor byte
const (
ST_HyperlinkColorUnset ST_HyperlinkColor = 0
ST_HyperlinkColorHlink ST_HyperlinkColor = 1
ST_HyperlinkColorTx ST_HyperlinkColor = 2
)
func (m ST_HyperlinkColor) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_HyperlinkColor) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_HyperlinkColor) String() string
func (m *ST_HyperlinkColor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_HyperlinkColor) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_HyperlinkColor) Validate() error
func (m ST_HyperlinkColor) ValidateWithPath(path string) error