public static class Document.TaskList.Task.Texts.TextCell.TextBlock.Character 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="Size" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="IX" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
family |
protected Integer |
ix |
protected Integer |
size |
Constructor and Description |
---|
Character() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily()
Gets the value of the family property.
|
Integer |
getIX()
Gets the value of the ix property.
|
Integer |
getSize()
Gets the value of the size property.
|
void |
setFamily(String value)
Sets the value of the family property.
|
void |
setIX(Integer value)
Sets the value of the ix property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
public String getFamily()
String
public void setFamily(String value)
value
- allowed object is
String
public Integer getSize()
String
public void setSize(Integer value)
value
- allowed object is
String
Copyright © 2000–2025 MPXJ. All rights reserved.