public static class Document.RowColumn.ColumnList.Column 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Document.RowColumn.ColumnList.Column.Text
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Integer |
colSelectALL |
protected Integer |
fieldType |
protected Integer |
filterType |
protected Boolean |
isHide |
protected Integer |
key |
protected Integer |
sortStatus |
protected Document.RowColumn.ColumnList.Column.Text |
text |
protected Integer |
width |
Constructor and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColSelectALL()
Gets the value of the colSelectALL property.
|
Integer |
getFieldType()
Gets the value of the fieldType property.
|
Integer |
getFilterType()
Gets the value of the filterType property.
|
Integer |
getKey()
Gets the value of the key property.
|
Integer |
getSortStatus()
Gets the value of the sortStatus property.
|
Document.RowColumn.ColumnList.Column.Text |
getText()
Gets the value of the text property.
|
Integer |
getWidth()
Gets the value of the width property.
|
Boolean |
isIsHide()
Gets the value of the isHide property.
|
void |
setColSelectALL(Integer value)
Sets the value of the colSelectALL property.
|
void |
setFieldType(Integer value)
Sets the value of the fieldType property.
|
void |
setFilterType(Integer value)
Sets the value of the filterType property.
|
void |
setIsHide(Boolean value)
Sets the value of the isHide property.
|
void |
setKey(Integer value)
Sets the value of the key property.
|
void |
setSortStatus(Integer value)
Sets the value of the sortStatus property.
|
void |
setText(Document.RowColumn.ColumnList.Column.Text value)
Sets the value of the text property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected Document.RowColumn.ColumnList.Column.Text text
protected Integer fieldType
protected Integer key
protected Boolean isHide
protected Integer filterType
protected Integer colSelectALL
protected Integer width
protected Integer sortStatus
public Document.RowColumn.ColumnList.Column.Text getText()
Document.RowColumn.ColumnList.Column.Text
public void setText(Document.RowColumn.ColumnList.Column.Text value)
value
- allowed object is
Document.RowColumn.ColumnList.Column.Text
public Integer getFieldType()
String
public void setFieldType(Integer value)
value
- allowed object is
String
public Integer getKey()
String
public void setKey(Integer value)
value
- allowed object is
String
public Boolean isIsHide()
String
public void setIsHide(Boolean value)
value
- allowed object is
String
public Integer getFilterType()
String
public void setFilterType(Integer value)
value
- allowed object is
String
public Integer getColSelectALL()
String
public void setColSelectALL(Integer value)
value
- allowed object is
String
public Integer getWidth()
String
public void setWidth(Integer value)
value
- allowed object is
String
public Integer getSortStatus()
String
Copyright © 2000–2025 MPXJ. All rights reserved.