 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type CT_ClientData
- type ClientData
- type ST_ObjectType
- func (m ST_ObjectType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
- func (e ST_ObjectType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
- func (m ST_ObjectType) String() string
- func (m *ST_ObjectType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
- func (e *ST_ObjectType) UnmarshalXMLAttr(attr xml.Attr) error
- func (m ST_ObjectType) Validate() error
- func (m ST_ObjectType) ValidateWithPath(path string) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CT_ClientData ¶
type CT_ClientData struct {
	ObjectTypeAttr ST_ObjectType
	MoveWithCells  sharedTypes.ST_TrueFalseBlank
	SizeWithCells  sharedTypes.ST_TrueFalseBlank
	Anchor         *string
	Locked         sharedTypes.ST_TrueFalseBlank
	DefaultSize    sharedTypes.ST_TrueFalseBlank
	PrintObject    sharedTypes.ST_TrueFalseBlank
	Disabled       sharedTypes.ST_TrueFalseBlank
	AutoFill       sharedTypes.ST_TrueFalseBlank
	AutoLine       sharedTypes.ST_TrueFalseBlank
	AutoPict       sharedTypes.ST_TrueFalseBlank
	FmlaMacro      *string
	TextHAlign     *string
	TextVAlign     *string
	LockText       sharedTypes.ST_TrueFalseBlank
	JustLastX      sharedTypes.ST_TrueFalseBlank
	SecretEdit     sharedTypes.ST_TrueFalseBlank
	Default        sharedTypes.ST_TrueFalseBlank
	Help           sharedTypes.ST_TrueFalseBlank
	Cancel         sharedTypes.ST_TrueFalseBlank
	Dismiss        sharedTypes.ST_TrueFalseBlank
	Accel          *int64
	Accel2         *int64
	Row            *int64
	Column         *int64
	Visible        sharedTypes.ST_TrueFalseBlank
	RowHidden      sharedTypes.ST_TrueFalseBlank
	ColHidden      sharedTypes.ST_TrueFalseBlank
	VTEdit         *int64
	MultiLine      sharedTypes.ST_TrueFalseBlank
	VScroll        sharedTypes.ST_TrueFalseBlank
	ValidIds       sharedTypes.ST_TrueFalseBlank
	FmlaRange      *string
	WidthMin       *int64
	Sel            *int64
	NoThreeD2      sharedTypes.ST_TrueFalseBlank
	SelType        *string
	MultiSel       *string
	LCT            *string
	ListItem       *string
	DropStyle      *string
	Colored        sharedTypes.ST_TrueFalseBlank
	DropLines      *int64
	Checked        *int64
	FmlaLink       *string
	FmlaPict       *string
	NoThreeD       sharedTypes.ST_TrueFalseBlank
	FirstButton    sharedTypes.ST_TrueFalseBlank
	FmlaGroup      *string
	Val            *int64
	Min            *int64
	Max            *int64
	Inc            *int64
	Page           *int64
	Horiz          sharedTypes.ST_TrueFalseBlank
	Dx             *int64
	MapOCX         sharedTypes.ST_TrueFalseBlank
	CF             []string
	Camera         sharedTypes.ST_TrueFalseBlank
	RecalcAlways   sharedTypes.ST_TrueFalseBlank
	AutoScale      sharedTypes.ST_TrueFalseBlank
	DDE            sharedTypes.ST_TrueFalseBlank
	UIObj          sharedTypes.ST_TrueFalseBlank
	ScriptText     *string
	ScriptExtended *string
	ScriptLanguage *uint32
	ScriptLocation *uint32
	FmlaTxbx       *string
}
    func NewCT_ClientData ¶
func NewCT_ClientData() *CT_ClientData
func (*CT_ClientData) MarshalXML ¶
func (m *CT_ClientData) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*CT_ClientData) UnmarshalXML ¶
func (m *CT_ClientData) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*CT_ClientData) Validate ¶
func (m *CT_ClientData) Validate() error
Validate validates the CT_ClientData and its children
func (*CT_ClientData) ValidateWithPath ¶
func (m *CT_ClientData) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ClientData and its children, prefixing error messages with path
type ClientData ¶
type ClientData struct {
	CT_ClientData
}
    func NewClientData ¶
func NewClientData() *ClientData
func (*ClientData) MarshalXML ¶
func (m *ClientData) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*ClientData) UnmarshalXML ¶
func (m *ClientData) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*ClientData) Validate ¶
func (m *ClientData) Validate() error
Validate validates the ClientData and its children
func (*ClientData) ValidateWithPath ¶
func (m *ClientData) ValidateWithPath(path string) error
ValidateWithPath validates the ClientData and its children, prefixing error messages with path
type ST_ObjectType ¶
type ST_ObjectType byte
const ( ST_ObjectTypeUnset ST_ObjectType = 0 ST_ObjectTypeButton ST_ObjectType = 1 ST_ObjectTypeCheckbox ST_ObjectType = 2 ST_ObjectTypeDialog ST_ObjectType = 3 ST_ObjectTypeDrop ST_ObjectType = 4 ST_ObjectTypeEdit ST_ObjectType = 5 ST_ObjectTypeGBox ST_ObjectType = 6 ST_ObjectTypeLabel ST_ObjectType = 7 ST_ObjectTypeLineA ST_ObjectType = 8 ST_ObjectTypeList ST_ObjectType = 9 ST_ObjectTypeMovie ST_ObjectType = 10 ST_ObjectTypeNote ST_ObjectType = 11 ST_ObjectTypePict ST_ObjectType = 12 ST_ObjectTypeRadio ST_ObjectType = 13 ST_ObjectTypeRectA ST_ObjectType = 14 ST_ObjectTypeScroll ST_ObjectType = 15 ST_ObjectTypeSpin ST_ObjectType = 16 ST_ObjectTypeShape ST_ObjectType = 17 ST_ObjectTypeGroup ST_ObjectType = 18 ST_ObjectTypeRect ST_ObjectType = 19 )
func (ST_ObjectType) MarshalXML ¶
func (m ST_ObjectType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (ST_ObjectType) MarshalXMLAttr ¶
func (ST_ObjectType) String ¶
func (m ST_ObjectType) String() string
func (*ST_ObjectType) UnmarshalXML ¶
func (m *ST_ObjectType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (*ST_ObjectType) UnmarshalXMLAttr ¶
func (e *ST_ObjectType) UnmarshalXMLAttr(attr xml.Attr) error
func (ST_ObjectType) Validate ¶
func (m ST_ObjectType) Validate() error
func (ST_ObjectType) ValidateWithPath ¶
func (m ST_ObjectType) ValidateWithPath(path string) error
       Source Files
      ¶
      Source Files
      ¶
    
- CT_ClientData.go
- ClientData.go
- common.go
 Click to show internal directories. 
   Click to hide internal directories.