Class PngType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ImageBaseType
-
- net.webpdf.wsclient.schema.operation.PngType
-
public class PngType extends ImageBaseType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a target PNG image format.</p>
Java class for PngType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PngType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.operation.ImageBaseType
dpi, height, metrics, width
-
-
Constructor Summary
Constructors Constructor Description PngType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.ImageBaseType
getDpi, getHeight, getMetrics, getWidth, isSetDpi, isSetHeight, isSetMetrics, isSetWidth, setDpi, setHeight, setMetrics, setWidth, unsetDpi, unsetHeight, unsetWidth
-
-