public static class Document.RowColumn.ColumnList extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Column" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Text"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Varient" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="TextBlock"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Character"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Family" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="IX" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> <element name="Paragraph"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Align" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="IX" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="SpLine" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> <element name="WrapMode"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Value" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> <element name="FillColor"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Color" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Color"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="V" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="VAlign" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="HAlign" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="TextFormatMask" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="FieldType" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="PlainText" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="FieldID" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DataType" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="FieldType" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Key" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="IsHide" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="FilterType" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ColSelectALL" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Width" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="SortStatus" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.RowColumn.ColumnList.Column
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Document.RowColumn.ColumnList.Column> |
column |
Constructor and Description |
---|
ColumnList() |
Modifier and Type | Method and Description |
---|---|
List<Document.RowColumn.ColumnList.Column> |
getColumn()
Gets the value of the column property.
|
protected List<Document.RowColumn.ColumnList.Column> column
public List<Document.RowColumn.ColumnList.Column> getColumn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the Jakarta XML Binding object.
This is why there is not a set
method for the column property.
For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
Document.RowColumn.ColumnList.Column
Copyright © 2000–2025 MPXJ. All rights reserved.