Class UrlConverterPageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.MarginType
-
- net.webpdf.wsclient.schema.operation.PageType
-
- net.webpdf.wsclient.schema.operation.UrlConverterPageType
-
public class UrlConverterPageType extends PageType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p500062_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p700644_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the page size, margins, and headers and footers for the converted document in the PDF document.</p>
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p500062_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p700644_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> The settings may override the default values for a format that itself has page settings. In addition, not all settings can be applied to all formats (see, for example, the description of headers and footers).</p>Java class for UrlConverterPageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UrlConverterPageType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}PageType"> <all> <element name="header" type="{http://schema.webpdf.de/1.0/operation}UrlConverterHeaderType" minOccurs="0"/> <element name="footer" type="{http://schema.webpdf.de/1.0/operation}UrlConverterFooterType" minOccurs="0"/> </all> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected UrlConverterFooterTypefooterprotected UrlConverterHeaderTypeheader-
Fields inherited from class net.webpdf.wsclient.schema.operation.MarginType
bottom, left, right, top
-
-
Constructor Summary
Constructors Constructor Description UrlConverterPageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UrlConverterFooterTypegetFooter()Gets the value of the footer property.UrlConverterHeaderTypegetHeader()Gets the value of the header property.booleanisSetFooter()booleanisSetHeader()voidsetFooter(UrlConverterFooterType value)Sets the value of the footer property.voidsetHeader(UrlConverterHeaderType value)Sets the value of the header property.-
Methods inherited from class net.webpdf.wsclient.schema.operation.PageType
getHeight, getMetrics, getWidth, isSetHeight, isSetMetrics, isSetWidth, setHeight, setMetrics, setWidth, unsetHeight, unsetWidth
-
Methods inherited from class net.webpdf.wsclient.schema.operation.MarginType
getBottom, getLeft, getRight, getTop, isSetBottom, isSetLeft, isSetRight, isSetTop, setBottom, setLeft, setRight, setTop, unsetBottom, unsetLeft, unsetRight, unsetTop
-
-
-
-
Field Detail
-
header
protected UrlConverterHeaderType header
-
footer
protected UrlConverterFooterType footer
-
-
Method Detail
-
getHeader
public UrlConverterHeaderType getHeader()
Gets the value of the header property.- Returns:
- possible object is
UrlConverterHeaderType
-
setHeader
public void setHeader(UrlConverterHeaderType value)
Sets the value of the header property.- Parameters:
value- allowed object isUrlConverterHeaderType
-
isSetHeader
public boolean isSetHeader()
-
getFooter
public UrlConverterFooterType getFooter()
Gets the value of the footer property.- Returns:
- possible object is
UrlConverterFooterType
-
setFooter
public void setFooter(UrlConverterFooterType value)
Sets the value of the footer property.- Parameters:
value- allowed object isUrlConverterFooterType
-
isSetFooter
public boolean isSetFooter()
-
-