public static class Document.TaskList.Task.Texts.TextCell.TextBlock 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Document.TaskList.Task.Texts.TextCell.TextBlock.Character
Java class for anonymous complex type.
|
static class |
Document.TaskList.Task.Texts.TextCell.TextBlock.Color
Java class for anonymous complex type.
|
static class |
Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor
Java class for anonymous complex type.
|
static class |
Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph
Java class for anonymous complex type.
|
static class |
Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Document.TaskList.Task.Texts.TextCell.TextBlock.Character |
character |
protected Document.TaskList.Task.Texts.TextCell.TextBlock.Color |
color |
protected Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor |
fillColor |
protected String |
hAlign |
protected Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph |
paragraph |
protected Integer |
textFormatMask |
protected String |
vAlign |
protected Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode |
wrapMode |
Constructor and Description |
---|
TextBlock() |
Modifier and Type | Method and Description |
---|---|
Document.TaskList.Task.Texts.TextCell.TextBlock.Character |
getCharacter()
Gets the value of the character property.
|
Document.TaskList.Task.Texts.TextCell.TextBlock.Color |
getColor()
Gets the value of the color property.
|
Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor |
getFillColor()
Gets the value of the fillColor property.
|
String |
getHAlign()
Gets the value of the hAlign property.
|
Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph |
getParagraph()
Gets the value of the paragraph property.
|
Integer |
getTextFormatMask()
Gets the value of the textFormatMask property.
|
String |
getVAlign()
Gets the value of the vAlign property.
|
Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode |
getWrapMode()
Gets the value of the wrapMode property.
|
void |
setCharacter(Document.TaskList.Task.Texts.TextCell.TextBlock.Character value)
Sets the value of the character property.
|
void |
setColor(Document.TaskList.Task.Texts.TextCell.TextBlock.Color value)
Sets the value of the color property.
|
void |
setFillColor(Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor value)
Sets the value of the fillColor property.
|
void |
setHAlign(String value)
Sets the value of the hAlign property.
|
void |
setParagraph(Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph value)
Sets the value of the paragraph property.
|
void |
setTextFormatMask(Integer value)
Sets the value of the textFormatMask property.
|
void |
setVAlign(String value)
Sets the value of the vAlign property.
|
void |
setWrapMode(Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode value)
Sets the value of the wrapMode property.
|
protected Document.TaskList.Task.Texts.TextCell.TextBlock.Character character
protected Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph paragraph
protected Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode wrapMode
protected Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor fillColor
protected Document.TaskList.Task.Texts.TextCell.TextBlock.Color color
protected String vAlign
protected String hAlign
protected Integer textFormatMask
public Document.TaskList.Task.Texts.TextCell.TextBlock.Character getCharacter()
Document.TaskList.Task.Texts.TextCell.TextBlock.Character
public void setCharacter(Document.TaskList.Task.Texts.TextCell.TextBlock.Character value)
value
- allowed object is
Document.TaskList.Task.Texts.TextCell.TextBlock.Character
public Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph getParagraph()
Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph
public void setParagraph(Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph value)
value
- allowed object is
Document.TaskList.Task.Texts.TextCell.TextBlock.Paragraph
public Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode getWrapMode()
Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode
public void setWrapMode(Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode value)
value
- allowed object is
Document.TaskList.Task.Texts.TextCell.TextBlock.WrapMode
public Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor getFillColor()
Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor
public void setFillColor(Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor value)
value
- allowed object is
Document.TaskList.Task.Texts.TextCell.TextBlock.FillColor
public Document.TaskList.Task.Texts.TextCell.TextBlock.Color getColor()
Document.TaskList.Task.Texts.TextCell.TextBlock.Color
public void setColor(Document.TaskList.Task.Texts.TextCell.TextBlock.Color value)
value
- allowed object is
Document.TaskList.Task.Texts.TextCell.TextBlock.Color
public String getVAlign()
String
public void setVAlign(String value)
value
- allowed object is
String
public String getHAlign()
String
public void setHAlign(String value)
value
- allowed object is
String
public Integer getTextFormatMask()
String
Copyright © 2000–2025 MPXJ. All rights reserved.