Class OptionsMarginType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OptionsMarginType
-
public class OptionsMarginType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the outer offsets between an inner element and an outer element.</p>
Java class for OptionsMarginType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionsMarginType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="left" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> </restriction> </simpleType> </attribute> <attribute name="right" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> </restriction> </simpleType> </attribute> <attribute name="top" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> </restriction> </simpleType> </attribute> <attribute name="bottom" default="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}float"> </restriction> </simpleType> </attribute> <attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description OptionsMarginType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBottom()<?floatgetLeft()<?MetricsTypegetMetrics()<?floatgetRight()<?floatgetTop()<?booleanisSetBottom()booleanisSetLeft()booleanisSetMetrics()booleanisSetRight()booleanisSetTop()voidsetBottom(float value)Sets the value of the bottom property.voidsetLeft(float value)Sets the value of the left property.voidsetMetrics(MetricsType value)Sets the value of the metrics property.voidsetRight(float value)Sets the value of the right property.voidsetTop(float value)Sets the value of the top property.voidunsetBottom()voidunsetLeft()voidunsetRight()voidunsetTop()
-
-
-
Field Detail
-
left
protected Float left
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the left edge of the surrounding element.</p>
-
right
protected Float right
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the right edge of the surrounding element.</p>
-
top
protected Float top
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the upper edge of the surrounding element.</p>
-
bottom
protected Float bottom
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the bottom edge of the surrounding element.</p>
-
metrics
protected MetricsType metrics
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Unit for box specifications: <ul><li>pt = Points(1/72 inch)</li><li>pc = Picas(12 points)</li><li>px = Pixels(1/96 inch)</li><li>mm = Millimeters</li><li>in = Inches</li></ul></p>
-
-
Method Detail
-
getLeft
public float getLeft()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the left edge of the surrounding element.</p>
- Returns:
- possible object is
Float
-
setLeft
public void setLeft(float value)
Sets the value of the left property.
-
isSetLeft
public boolean isSetLeft()
-
unsetLeft
public void unsetLeft()
-
getRight
public float getRight()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the right edge of the surrounding element.</p>
- Returns:
- possible object is
Float
-
setRight
public void setRight(float value)
Sets the value of the right property.- Parameters:
value- allowed object isFloat- See Also:
getRight()
-
isSetRight
public boolean isSetRight()
-
unsetRight
public void unsetRight()
-
getTop
public float getTop()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the upper edge of the surrounding element.</p>
- Returns:
- possible object is
Float
-
setTop
public void setTop(float value)
Sets the value of the top property.
-
isSetTop
public boolean isSetTop()
-
unsetTop
public void unsetTop()
-
getBottom
public float getBottom()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The offset from the bottom edge of the surrounding element.</p>
- Returns:
- possible object is
Float
-
setBottom
public void setBottom(float value)
Sets the value of the bottom property.- Parameters:
value- allowed object isFloat- See Also:
getBottom()
-
isSetBottom
public boolean isSetBottom()
-
unsetBottom
public void unsetBottom()
-
getMetrics
public MetricsType getMetrics()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p490833_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p603985_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p985611_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Unit for box specifications: <ul><li>pt = Points(1/72 inch)</li><li>pc = Picas(12 points)</li><li>px = Pixels(1/96 inch)</li><li>mm = Millimeters</li><li>in = Inches</li></ul></p>- Returns:
- possible object is
MetricsType
-
setMetrics
public void setMetrics(MetricsType value)
Sets the value of the metrics property.- Parameters:
value- allowed object isMetricsType- See Also:
getMetrics()
-
isSetMetrics
public boolean isSetMetrics()
-
-