public static class Document.TaskList.Task.Texts.TextCell 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Document.TaskList.Task.Texts.TextCell.TextBlock
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Integer |
dataType |
protected Integer |
fieldID |
protected Integer |
fieldType |
protected String |
plainText |
protected Document.TaskList.Task.Texts.TextCell.TextBlock |
textBlock |
protected Object |
varient |
Constructor and Description |
---|
TextCell() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDataType()
Gets the value of the dataType property.
|
Integer |
getFieldID()
Gets the value of the fieldID property.
|
Integer |
getFieldType()
Gets the value of the fieldType property.
|
String |
getPlainText()
Gets the value of the plainText property.
|
Document.TaskList.Task.Texts.TextCell.TextBlock |
getTextBlock()
Gets the value of the textBlock property.
|
Object |
getVarient()
Gets the value of the varient property.
|
void |
setDataType(Integer value)
Sets the value of the dataType property.
|
void |
setFieldID(Integer value)
Sets the value of the fieldID property.
|
void |
setFieldType(Integer value)
Sets the value of the fieldType property.
|
void |
setPlainText(String value)
Sets the value of the plainText property.
|
void |
setTextBlock(Document.TaskList.Task.Texts.TextCell.TextBlock value)
Sets the value of the textBlock property.
|
void |
setVarient(Object value)
Sets the value of the varient property.
|
protected Object varient
protected Document.TaskList.Task.Texts.TextCell.TextBlock textBlock
protected Integer fieldType
protected String plainText
protected Integer fieldID
protected Integer dataType
public Object getVarient()
Object
public void setVarient(Object value)
value
- allowed object is
Object
public Document.TaskList.Task.Texts.TextCell.TextBlock getTextBlock()
Document.TaskList.Task.Texts.TextCell.TextBlock
public void setTextBlock(Document.TaskList.Task.Texts.TextCell.TextBlock value)
value
- allowed object is
Document.TaskList.Task.Texts.TextCell.TextBlock
public Integer getFieldType()
String
public void setFieldType(Integer value)
value
- allowed object is
String
public String getPlainText()
String
public void setPlainText(String value)
value
- allowed object is
String
public Integer getFieldID()
String
public void setFieldID(Integer value)
value
- allowed object is
String
public Integer getDataType()
String
Copyright © 2000–2025 MPXJ. All rights reserved.