public class BackgroundBaseSettingsType extends Object
Java class for BackgroundBaseSettingsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackgroundBaseSettingsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="position" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="y" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
<attribute name="position" type="{http://schema.webpdf.de/1.0/operation}BackgroundPositionModeType" default="center_center" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="visibility" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="onPrint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="onScreen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="pages" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="pageInterval" type="{http://schema.webpdf.de/1.0/operation}PageIntervalType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attGroup ref="{http://schema.webpdf.de/1.0/operation}BaseBackgroundGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BackgroundBaseSettingsType.Pages
Java class for anonymous complex type.
|
static class |
BackgroundBaseSettingsType.Position
Java class for anonymous complex type.
|
static class |
BackgroundBaseSettingsType.Visibility
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
opacity |
protected BackgroundBaseSettingsType.Pages |
pages |
protected BackgroundBaseSettingsType.Position |
position |
protected Boolean |
relativeToPage |
protected Boolean |
replaceExisting |
protected Integer |
rotation |
protected Integer |
scale |
protected BackgroundBaseSettingsType.Visibility |
visibility |
| Constructor and Description |
|---|
BackgroundBaseSettingsType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOpacity()
Gets the value of the opacity property.
|
BackgroundBaseSettingsType.Pages |
getPages()
Gets the value of the pages property.
|
BackgroundBaseSettingsType.Position |
getPosition()
Gets the value of the position property.
|
int |
getRotation()
Gets the value of the rotation property.
|
int |
getScale()
Gets the value of the scale property.
|
BackgroundBaseSettingsType.Visibility |
getVisibility()
Gets the value of the visibility property.
|
boolean |
isRelativeToPage()
Gets the value of the relativeToPage property.
|
boolean |
isReplaceExisting()
Gets the value of the replaceExisting property.
|
boolean |
isSetOpacity() |
boolean |
isSetPages() |
boolean |
isSetPosition() |
boolean |
isSetRelativeToPage() |
boolean |
isSetReplaceExisting() |
boolean |
isSetRotation() |
boolean |
isSetScale() |
boolean |
isSetVisibility() |
void |
setOpacity(int value)
Sets the value of the opacity property.
|
void |
setPages(BackgroundBaseSettingsType.Pages value)
Sets the value of the pages property.
|
void |
setPosition(BackgroundBaseSettingsType.Position value)
Sets the value of the position property.
|
void |
setRelativeToPage(boolean value)
Sets the value of the relativeToPage property.
|
void |
setReplaceExisting(boolean value)
Sets the value of the replaceExisting property.
|
void |
setRotation(int value)
Sets the value of the rotation property.
|
void |
setScale(int value)
Sets the value of the scale property.
|
void |
setVisibility(BackgroundBaseSettingsType.Visibility value)
Sets the value of the visibility property.
|
void |
unsetOpacity() |
void |
unsetRelativeToPage() |
void |
unsetReplaceExisting() |
void |
unsetRotation() |
void |
unsetScale() |
protected BackgroundBaseSettingsType.Position position
protected BackgroundBaseSettingsType.Visibility visibility
protected BackgroundBaseSettingsType.Pages pages
protected Boolean relativeToPage
protected Boolean replaceExisting
protected Integer scale
protected Integer rotation
protected Integer opacity
public BackgroundBaseSettingsType.Position getPosition()
BackgroundBaseSettingsType.Positionpublic void setPosition(BackgroundBaseSettingsType.Position value)
value - allowed object is
BackgroundBaseSettingsType.Positionpublic boolean isSetPosition()
public BackgroundBaseSettingsType.Visibility getVisibility()
BackgroundBaseSettingsType.Visibilitypublic void setVisibility(BackgroundBaseSettingsType.Visibility value)
value - allowed object is
BackgroundBaseSettingsType.Visibilitypublic boolean isSetVisibility()
public BackgroundBaseSettingsType.Pages getPages()
BackgroundBaseSettingsType.Pagespublic void setPages(BackgroundBaseSettingsType.Pages value)
value - allowed object is
BackgroundBaseSettingsType.Pagespublic boolean isSetPages()
public boolean isRelativeToPage()
Booleanpublic void setRelativeToPage(boolean value)
value - allowed object is
Booleanpublic boolean isSetRelativeToPage()
public void unsetRelativeToPage()
public boolean isReplaceExisting()
Booleanpublic void setReplaceExisting(boolean value)
value - allowed object is
Booleanpublic boolean isSetReplaceExisting()
public void unsetReplaceExisting()
public int getScale()
Integerpublic void setScale(int value)
value - allowed object is
Integerpublic boolean isSetScale()
public void unsetScale()
public int getRotation()
Integerpublic void setRotation(int value)
value - allowed object is
Integerpublic boolean isSetRotation()
public void unsetRotation()
public int getOpacity()
Integerpublic void setOpacity(int value)
value - allowed object is
Integerpublic boolean isSetOpacity()
public void unsetOpacity()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.