Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdjustValues ¶
type AdjustValues struct {
ShapeGuides []ShapeGuide `xml:"gd,omitempty"`
}
List of Shape Adjust Values
func (AdjustValues) MarshalXML ¶
func (a AdjustValues) MarshalXML(e *xml.Encoder, start xml.StartElement) (err error)
type ShapeGuide ¶
type ShapeGuide struct {
Name string `xml:"name,attr,omitempty"`
Formula string `xml:"fmla,attr,omitempty"`
}
func (ShapeGuide) MarshalXML ¶
func (s ShapeGuide) MarshalXML(e *xml.Encoder, start xml.StartElement) error
Click to show internal directories.
Click to hide internal directories.