public static class Document.TaskList.Task.Format 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"> <attribute name="Family" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Bold" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Underline" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="StrikeOut" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="PointSize" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Italic" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
bold |
protected String |
family |
protected Integer |
italic |
protected Integer |
pointSize |
protected Integer |
strikeOut |
protected Integer |
underline |
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
Integer |
getBold()
Gets the value of the bold property.
|
String |
getFamily()
Gets the value of the family property.
|
Integer |
getItalic()
Gets the value of the italic property.
|
Integer |
getPointSize()
Gets the value of the pointSize property.
|
Integer |
getStrikeOut()
Gets the value of the strikeOut property.
|
Integer |
getUnderline()
Gets the value of the underline property.
|
void |
setBold(Integer value)
Sets the value of the bold property.
|
void |
setFamily(String value)
Sets the value of the family property.
|
void |
setItalic(Integer value)
Sets the value of the italic property.
|
void |
setPointSize(Integer value)
Sets the value of the pointSize property.
|
void |
setStrikeOut(Integer value)
Sets the value of the strikeOut property.
|
void |
setUnderline(Integer value)
Sets the value of the underline property.
|
protected String family
protected Integer bold
protected Integer underline
protected Integer strikeOut
protected Integer pointSize
protected Integer italic
public String getFamily()
String
public void setFamily(String value)
value
- allowed object is
String
public Integer getBold()
String
public void setBold(Integer value)
value
- allowed object is
String
public Integer getUnderline()
String
public void setUnderline(Integer value)
value
- allowed object is
String
public Integer getStrikeOut()
String
public void setStrikeOut(Integer value)
value
- allowed object is
String
public Integer getPointSize()
String
public void setPointSize(Integer value)
value
- allowed object is
String
public Integer getItalic()
String
Copyright © 2000–2025 MPXJ. All rights reserved.