public class OptionsFontType extends Object
Java class for OptionsFontType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionsFontType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="size" default="10">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="1296"/>
</restriction>
</simpleType>
</attribute>
<attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
name |
protected Integer |
size |
protected Boolean |
underline |
| Constructor and Description |
|---|
OptionsFontType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getName()
Gets the value of the name property.
|
int |
getSize()
Gets the value of the size property.
|
boolean |
isSetColor() |
boolean |
isSetName() |
boolean |
isSetSize() |
boolean |
isSetUnderline() |
boolean |
isUnderline()
Gets the value of the underline property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSize(int value)
Sets the value of the size property.
|
void |
setUnderline(boolean value)
Sets the value of the underline property.
|
void |
unsetSize() |
void |
unsetUnderline() |
protected String name
protected Integer size
protected Boolean underline
protected String color
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public int getSize()
Integerpublic void setSize(int value)
value - allowed object is
Integerpublic boolean isSetSize()
public void unsetSize()
public boolean isUnderline()
Booleanpublic void setUnderline(boolean value)
value - allowed object is
Booleanpublic boolean isSetUnderline()
public void unsetUnderline()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.