public static class Document.TaskList.Task.Texts 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="TextCell" maxOccurs="unbounded">
<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>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.TaskList.Task.Texts.TextCell
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Document.TaskList.Task.Texts.TextCell> |
textCell |
| Constructor and Description |
|---|
Texts() |
| Modifier and Type | Method and Description |
|---|---|
List<Document.TaskList.Task.Texts.TextCell> |
getTextCell()
Gets the value of the textCell property.
|
protected List<Document.TaskList.Task.Texts.TextCell> textCell
public List<Document.TaskList.Task.Texts.TextCell> getTextCell()
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 textCell property.
For example, to add a new item, do as follows:
getTextCell().add(newItem);
Objects of the following type(s) are allowed in the list
Document.TaskList.Task.Texts.TextCell
Copyright © 2000–2025 MPXJ. All rights reserved.