Class ConverterPageType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.MarginType
-
- net.webpdf.wsclient.schema.operation.PageType
-
- net.webpdf.wsclient.schema.operation.ConverterPageType
-
public class ConverterPageType extends PageType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" 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:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" 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 ConverterPageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterPageType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}PageType"> <all> <element name="header" type="{http://schema.webpdf.de/1.0/operation}ConverterHeaderType" minOccurs="0"/> <element name="footer" type="{http://schema.webpdf.de/1.0/operation}ConverterFooterType" minOccurs="0"/> </all> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConverterFooterTypefooterprotected ConverterHeaderTypeheader-
Fields inherited from class net.webpdf.wsclient.schema.operation.MarginType
bottom, left, right, top
-
-
Constructor Summary
Constructors Constructor Description ConverterPageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConverterFooterTypegetFooter()Gets the value of the footer property.ConverterHeaderTypegetHeader()Gets the value of the header property.booleanisSetFooter()booleanisSetHeader()voidsetFooter(ConverterFooterType value)Sets the value of the footer property.voidsetHeader(ConverterHeaderType 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 ConverterHeaderType header
-
footer
protected ConverterFooterType footer
-
-
Method Detail
-
getHeader
public ConverterHeaderType getHeader()
Gets the value of the header property.- Returns:
- possible object is
ConverterHeaderType
-
setHeader
public void setHeader(ConverterHeaderType value)
Sets the value of the header property.- Parameters:
value- allowed object isConverterHeaderType
-
isSetHeader
public boolean isSetHeader()
-
getFooter
public ConverterFooterType getFooter()
Gets the value of the footer property.- Returns:
- possible object is
ConverterFooterType
-
setFooter
public void setFooter(ConverterFooterType value)
Sets the value of the footer property.- Parameters:
value- allowed object isConverterFooterType
-
isSetFooter
public boolean isSetFooter()
-
-