Versions in this module Expand all Collapse all v1 v1.0.1 Oct 14, 2018 Changes in this version + type Anchorlock struct + func NewAnchorlock() *Anchorlock + func (m *Anchorlock) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Anchorlock) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Anchorlock) Validate() error + func (m *Anchorlock) ValidateWithPath(path string) error + type Borderbottom struct + func NewBorderbottom() *Borderbottom + func (m *Borderbottom) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Borderbottom) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Borderbottom) Validate() error + func (m *Borderbottom) ValidateWithPath(path string) error + type Borderleft struct + func NewBorderleft() *Borderleft + func (m *Borderleft) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Borderleft) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Borderleft) Validate() error + func (m *Borderleft) ValidateWithPath(path string) error + type Borderright struct + func NewBorderright() *Borderright + func (m *Borderright) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Borderright) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Borderright) Validate() error + func (m *Borderright) ValidateWithPath(path string) error + type Bordertop struct + func NewBordertop() *Bordertop + func (m *Bordertop) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Bordertop) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Bordertop) Validate() error + func (m *Bordertop) ValidateWithPath(path string) error + type CT_AnchorLock struct + func NewCT_AnchorLock() *CT_AnchorLock + func (m *CT_AnchorLock) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_AnchorLock) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_AnchorLock) Validate() error + func (m *CT_AnchorLock) ValidateWithPath(path string) error + type CT_Border struct + ShadowAttr ST_BorderShadow + TypeAttr ST_BorderType + WidthAttr *uint32 + func NewCT_Border() *CT_Border + func (m *CT_Border) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_Border) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_Border) Validate() error + func (m *CT_Border) ValidateWithPath(path string) error + type CT_Wrap struct + AnchorxAttr ST_HorizontalAnchor + AnchoryAttr ST_VerticalAnchor + SideAttr ST_WrapSide + TypeAttr ST_WrapType + func NewCT_Wrap() *CT_Wrap + func (m *CT_Wrap) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *CT_Wrap) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *CT_Wrap) Validate() error + func (m *CT_Wrap) ValidateWithPath(path string) error + type ST_BorderShadow byte + const ST_BorderShadowF + const ST_BorderShadowFalse + const ST_BorderShadowT + const ST_BorderShadowTrue + const ST_BorderShadowUnset + func (e *ST_BorderShadow) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_BorderShadow) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_BorderShadow) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_BorderShadow) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_BorderShadow) String() string + func (m ST_BorderShadow) Validate() error + func (m ST_BorderShadow) ValidateWithPath(path string) error + type ST_BorderType byte + const ST_BorderTypeDash + const ST_BorderTypeDashDotDot + const ST_BorderTypeDashDotStroked + const ST_BorderTypeDashedSmall + const ST_BorderTypeDot + const ST_BorderTypeDotDash + const ST_BorderTypeDouble + const ST_BorderTypeDoubleWave + const ST_BorderTypeHTMLInset + const ST_BorderTypeHTMLOutset + const ST_BorderTypeHairline + const ST_BorderTypeNone + const ST_BorderTypeSingle + const ST_BorderTypeThick + const ST_BorderTypeThickBetweenThin + const ST_BorderTypeThickBetweenThinLarge + const ST_BorderTypeThickBetweenThinSmall + const ST_BorderTypeThickThin + const ST_BorderTypeThickThinLarge + const ST_BorderTypeThickThinSmall + const ST_BorderTypeThinThick + const ST_BorderTypeThinThickLarge + const ST_BorderTypeThinThickSmall + const ST_BorderTypeThreeDEmboss + const ST_BorderTypeThreeDEngrave + const ST_BorderTypeTriple + const ST_BorderTypeUnset + const ST_BorderTypeWave + func (e *ST_BorderType) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_BorderType) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_BorderType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_BorderType) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_BorderType) String() string + func (m ST_BorderType) Validate() error + func (m ST_BorderType) ValidateWithPath(path string) error + type ST_HorizontalAnchor byte + const ST_HorizontalAnchorChar + const ST_HorizontalAnchorMargin + const ST_HorizontalAnchorPage + const ST_HorizontalAnchorText + const ST_HorizontalAnchorUnset + func (e *ST_HorizontalAnchor) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_HorizontalAnchor) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_HorizontalAnchor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_HorizontalAnchor) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_HorizontalAnchor) String() string + func (m ST_HorizontalAnchor) Validate() error + func (m ST_HorizontalAnchor) ValidateWithPath(path string) error + type ST_VerticalAnchor byte + const ST_VerticalAnchorLine + const ST_VerticalAnchorMargin + const ST_VerticalAnchorPage + const ST_VerticalAnchorText + const ST_VerticalAnchorUnset + func (e *ST_VerticalAnchor) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_VerticalAnchor) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_VerticalAnchor) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_VerticalAnchor) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_VerticalAnchor) String() string + func (m ST_VerticalAnchor) Validate() error + func (m ST_VerticalAnchor) ValidateWithPath(path string) error + type ST_WrapSide byte + const ST_WrapSideBoth + const ST_WrapSideLargest + const ST_WrapSideLeft + const ST_WrapSideRight + const ST_WrapSideUnset + func (e *ST_WrapSide) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_WrapSide) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_WrapSide) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_WrapSide) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_WrapSide) String() string + func (m ST_WrapSide) Validate() error + func (m ST_WrapSide) ValidateWithPath(path string) error + type ST_WrapType byte + const ST_WrapTypeNone + const ST_WrapTypeSquare + const ST_WrapTypeThrough + const ST_WrapTypeTight + const ST_WrapTypeTopAndBottom + const ST_WrapTypeUnset + func (e *ST_WrapType) UnmarshalXMLAttr(attr xml.Attr) error + func (e ST_WrapType) MarshalXMLAttr(name xml.Name) (xml.Attr, error) + func (m *ST_WrapType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m ST_WrapType) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m ST_WrapType) String() string + func (m ST_WrapType) Validate() error + func (m ST_WrapType) ValidateWithPath(path string) error + type Wrap struct + func NewWrap() *Wrap + func (m *Wrap) MarshalXML(e *xml.Encoder, start xml.StartElement) error + func (m *Wrap) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error + func (m *Wrap) Validate() error + func (m *Wrap) ValidateWithPath(path string) error