Class MarginType
- java.lang.Object
-
- net.webpdf.parameter.schema.extraction.info.MarginType
-
public class MarginType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a margin for a displayble page content.</p>
Java class for MarginType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MarginType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="top" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> <attribute name="bottom" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MarginType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetBottom()<?floatgetLeft()<?floatgetRight()<?floatgetTop()<?voidsetBottom(Float value)Sets the value of the bottom property.voidsetLeft(Float value)Sets the value of the left property.voidsetRight(Float value)Sets the value of the right property.voidsetTop(Float value)Sets the value of the top property.
-
-
-
Field Detail
-
left
protected Float left
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The left margin in points.</p>
-
right
protected Float right
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The right margin in points.</p>
-
top
protected Float top
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The top margin in points.</p>
-
bottom
protected Float bottom
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The bottom margin in points.</p>
-
-
Method Detail
-
getLeft
public float getLeft()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The left margin in points.</p>
- Returns:
- possible object is
Float
-
setLeft
public void setLeft(Float value)
Sets the value of the left property.
-
getRight
public float getRight()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The right margin in points.</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()
-
getTop
public float getTop()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The top margin in points.</p>
- Returns:
- possible object is
Float
-
setTop
public void setTop(Float value)
Sets the value of the top property.
-
getBottom
public float getBottom()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The bottom margin in points.</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()
-
-