public final class XpsPage extends XpsElement
Class incapsulating FixedPage element features. This element contains the contents of a page and is the root element of a FixedPage part.
Modifier and Type | Method and Description |
---|---|
XpsPage |
deepClone()
Clones this page.
|
float |
getHeight()
Returns the height of the page, expressed as a real number
in units of the effective coordinate space.
|
float |
getWidth()
Returns the width of the page, expressed as a real number
in units of the effective coordinate space.
|
String |
getXmlLang()
Returns the value specifying the default language used for
the current element and for any child or descendant elements.
|
void |
setHeight(float value)
Sets the height of the page, expressed as a real number
in units of the effective coordinate space.
|
void |
setWidth(float value)
Sets the width of the page, expressed as a real number
in units of the effective coordinate space.
|
void |
setXmlLang(String value)
Sets the value specifying the default language used
for the current element and for any child or descendant elements.
|
get, iterator, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public float getHeight()
Returns the height of the page, expressed as a real number in units of the effective coordinate space.
public void setHeight(float value)
Sets the height of the page, expressed as a real number in units of the effective coordinate space.
value
- The height of the page.public float getWidth()
Returns the width of the page, expressed as a real number in units of the effective coordinate space.
public void setWidth(float value)
Sets the width of the page, expressed as a real number in units of the effective coordinate space.
value
- The width of the page.public String getXmlLang()
Returns the value specifying the default language used for the current element and for any child or descendant elements.
public void setXmlLang(String value)
Sets the value specifying the default language used for the current element and for any child or descendant elements.
value
- The value specifying the default language.public XpsPage deepClone()
Clones this page.
Copyright © 2022 Aspose. All Rights Reserved.