HomeUniDoc
...

Package wordprocessingShape

Overview ▾

Index ▾

type CT_LinkedTextboxInformation
    func NewCT_LinkedTextboxInformation() *CT_LinkedTextboxInformation
    func (m *CT_LinkedTextboxInformation) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_LinkedTextboxInformation) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_LinkedTextboxInformation) Validate() error
    func (m *CT_LinkedTextboxInformation) ValidateWithPath(path string) error
type CT_TextboxInfo
    func NewCT_TextboxInfo() *CT_TextboxInfo
    func (m *CT_TextboxInfo) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_TextboxInfo) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_TextboxInfo) Validate() error
    func (m *CT_TextboxInfo) ValidateWithPath(path string) error
type CT_WordprocessingShape
    func NewCT_WordprocessingShape() *CT_WordprocessingShape
    func (m *CT_WordprocessingShape) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_WordprocessingShape) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_WordprocessingShape) Validate() error
    func (m *CT_WordprocessingShape) ValidateWithPath(path string) error
type CT_WordprocessingShapeChoice
    func NewCT_WordprocessingShapeChoice() *CT_WordprocessingShapeChoice
    func (m *CT_WordprocessingShapeChoice) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_WordprocessingShapeChoice) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_WordprocessingShapeChoice) Validate() error
    func (m *CT_WordprocessingShapeChoice) ValidateWithPath(path string) error
type CT_WordprocessingShapeChoice1
    func NewCT_WordprocessingShapeChoice1() *CT_WordprocessingShapeChoice1
    func (m *CT_WordprocessingShapeChoice1) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *CT_WordprocessingShapeChoice1) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *CT_WordprocessingShapeChoice1) Validate() error
    func (m *CT_WordprocessingShapeChoice1) ValidateWithPath(path string) error
type Wsp
    func NewWsp() *Wsp
    func (m *Wsp) MarshalXML(e *xml.Encoder, start xml.StartElement) error
    func (m *Wsp) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
    func (m *Wsp) Validate() error
    func (m *Wsp) ValidateWithPath(path string) error

Package files

CT_LinkedTextboxInformation.go CT_TextboxInfo.go CT_WordprocessingShape.go CT_WordprocessingShapeChoice.go CT_WordprocessingShapeChoice1.go Wsp.go common.go

type CT_LinkedTextboxInformation

type CT_LinkedTextboxInformation struct {
    IdAttr  uint16
    SeqAttr uint16
    ExtLst  *dml.CT_OfficeArtExtensionList
}

func NewCT_LinkedTextboxInformation

func NewCT_LinkedTextboxInformation() *CT_LinkedTextboxInformation

func (*CT_LinkedTextboxInformation) MarshalXML

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

func (*CT_LinkedTextboxInformation) UnmarshalXML

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

func (*CT_LinkedTextboxInformation) Validate

func (m *CT_LinkedTextboxInformation) Validate() error

Validate validates the CT_LinkedTextboxInformation and its children

func (*CT_LinkedTextboxInformation) ValidateWithPath

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

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

type CT_TextboxInfo

type CT_TextboxInfo struct {
    IdAttr       *uint16
    TxbxContent  *wml.TxbxContent
    WTxbxContent *wml.TxbxContent
    ExtLst       *dml.CT_OfficeArtExtensionList
}

func NewCT_TextboxInfo

func NewCT_TextboxInfo() *CT_TextboxInfo

func (*CT_TextboxInfo) MarshalXML

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

func (*CT_TextboxInfo) UnmarshalXML

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

func (*CT_TextboxInfo) Validate

func (m *CT_TextboxInfo) Validate() error

Validate validates the CT_TextboxInfo and its children

func (*CT_TextboxInfo) ValidateWithPath

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

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

type CT_WordprocessingShape

type CT_WordprocessingShape struct {
    NormalEastAsianFlowAttr    *bool
    CNvPr                      *dml.CT_NonVisualDrawingProps
    WordprocessingShapeChoice  *CT_WordprocessingShapeChoice
    SpPr                       *dml.CT_ShapeProperties
    Style                      *dml.CT_ShapeStyle
    ExtLst                     *dml.CT_OfficeArtExtensionList
    WordprocessingShapeChoice1 *CT_WordprocessingShapeChoice1
    BodyPr                     *dml.CT_TextBodyProperties
}

func NewCT_WordprocessingShape

func NewCT_WordprocessingShape() *CT_WordprocessingShape

func (*CT_WordprocessingShape) MarshalXML

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

func (*CT_WordprocessingShape) UnmarshalXML

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

func (*CT_WordprocessingShape) Validate

func (m *CT_WordprocessingShape) Validate() error

Validate validates the CT_WordprocessingShape and its children

func (*CT_WordprocessingShape) ValidateWithPath

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

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

type CT_WordprocessingShapeChoice

type CT_WordprocessingShapeChoice struct {
    CNvSpPr *dml.CT_NonVisualDrawingShapeProps
    CNvCnPr *dml.CT_NonVisualConnectorProperties
}

func NewCT_WordprocessingShapeChoice

func NewCT_WordprocessingShapeChoice() *CT_WordprocessingShapeChoice

func (*CT_WordprocessingShapeChoice) MarshalXML

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

func (*CT_WordprocessingShapeChoice) UnmarshalXML

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

func (*CT_WordprocessingShapeChoice) Validate

func (m *CT_WordprocessingShapeChoice) Validate() error

Validate validates the CT_WordprocessingShapeChoice and its children

func (*CT_WordprocessingShapeChoice) ValidateWithPath

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

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

type CT_WordprocessingShapeChoice1

type CT_WordprocessingShapeChoice1 struct {
    Txbx       *CT_TextboxInfo
    LinkedTxbx *CT_LinkedTextboxInformation
}

func NewCT_WordprocessingShapeChoice1

func NewCT_WordprocessingShapeChoice1() *CT_WordprocessingShapeChoice1

func (*CT_WordprocessingShapeChoice1) MarshalXML

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

func (*CT_WordprocessingShapeChoice1) UnmarshalXML

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

func (*CT_WordprocessingShapeChoice1) Validate

func (m *CT_WordprocessingShapeChoice1) Validate() error

Validate validates the CT_WordprocessingShapeChoice1 and its children

func (*CT_WordprocessingShapeChoice1) ValidateWithPath

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

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

type Wsp

type Wsp struct {
    CT_WordprocessingShape
}

func NewWsp

func NewWsp() *Wsp

func (*Wsp) MarshalXML

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

func (*Wsp) UnmarshalXML

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

func (*Wsp) Validate

func (m *Wsp) Validate() error

Validate validates the Wsp and its children

func (*Wsp) ValidateWithPath

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

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