public static class Document.RowColumn 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="ColumnList"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.RowColumn.ColumnList
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Document.RowColumn.ColumnList |
columnList |
Constructor and Description |
---|
RowColumn() |
Modifier and Type | Method and Description |
---|---|
Document.RowColumn.ColumnList |
getColumnList()
Gets the value of the columnList property.
|
void |
setColumnList(Document.RowColumn.ColumnList value)
Sets the value of the columnList property.
|
protected Document.RowColumn.ColumnList columnList
public Document.RowColumn.ColumnList getColumnList()
Document.RowColumn.ColumnList
public void setColumnList(Document.RowColumn.ColumnList value)
value
- allowed object is
Document.RowColumn.ColumnList
Copyright © 2000–2025 MPXJ. All rights reserved.