Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "HomePageComponent"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomePageComponent ¶
type HomePageComponent struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"HomePageComponent"`
Xmlns string `xml:"xmlns,attr"`
Height struct {
Text string `xml:",chardata"`
} `xml:"height"`
Page struct {
Text string `xml:",chardata"`
} `xml:"page"`
PageComponentType struct {
Text string `xml:",chardata"`
} `xml:"pageComponentType"`
ShowLabel struct {
Text string `xml:",chardata"`
} `xml:"showLabel"`
ShowScrollbars struct {
Text string `xml:",chardata"`
} `xml:"showScrollbars"`
Width struct {
Text string `xml:",chardata"`
} `xml:"width"`
}
func Open ¶
func Open(path string) (*HomePageComponent, error)
func (*HomePageComponent) SetMetadata ¶
func (c *HomePageComponent) SetMetadata(m metadata.MetadataInfo)
func (*HomePageComponent) Type ¶
func (c *HomePageComponent) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.