public class WatermarkFontType extends Object
Java class for WatermarkFontType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WatermarkFontType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="outline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="bold" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="italic" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="size" default="24">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
<maxInclusive value="1296"/>
</restriction>
</simpleType>
</attribute>
<attribute name="opacity" type="{http://schema.webpdf.de/1.0/operation}OpacityType" default="100" />
<attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#A0A0A0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bold |
protected String |
color |
protected Boolean |
italic |
protected String |
name |
protected Integer |
opacity |
protected Boolean |
outline |
protected Integer |
size |
| Constructor and Description |
|---|
WatermarkFontType() |
| 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 |
getOpacity()
Gets the value of the opacity property.
|
int |
getSize()
Gets the value of the size property.
|
boolean |
isBold()
Gets the value of the bold property.
|
boolean |
isItalic()
Gets the value of the italic property.
|
boolean |
isOutline()
Gets the value of the outline property.
|
boolean |
isSetBold() |
boolean |
isSetColor() |
boolean |
isSetItalic() |
boolean |
isSetName() |
boolean |
isSetOpacity() |
boolean |
isSetOutline() |
boolean |
isSetSize() |
void |
setBold(boolean value)
Sets the value of the bold property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setItalic(boolean value)
Sets the value of the italic property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOpacity(int value)
Sets the value of the opacity property.
|
void |
setOutline(boolean value)
Sets the value of the outline property.
|
void |
setSize(int value)
Sets the value of the size property.
|
void |
unsetBold() |
void |
unsetItalic() |
void |
unsetOpacity() |
void |
unsetOutline() |
void |
unsetSize() |
protected String name
protected Boolean outline
protected Boolean bold
protected Boolean italic
protected Integer size
protected Integer opacity
protected String color
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public boolean isOutline()
Booleanpublic void setOutline(boolean value)
value - allowed object is
Booleanpublic boolean isSetOutline()
public void unsetOutline()
public boolean isBold()
Booleanpublic void setBold(boolean value)
value - allowed object is
Booleanpublic boolean isSetBold()
public void unsetBold()
public boolean isItalic()
Booleanpublic void setItalic(boolean value)
value - allowed object is
Booleanpublic boolean isSetItalic()
public void unsetItalic()
public int getSize()
Integerpublic void setSize(int value)
value - allowed object is
Integerpublic boolean isSetSize()
public void unsetSize()
public int getOpacity()
Integerpublic void setOpacity(int value)
value - allowed object is
Integerpublic boolean isSetOpacity()
public void unsetOpacity()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.