public class FixedPage extends Object
The fixed page. The FixedPage element contains the contents of a page and is the root element of a FixedPage part. The fixed page contains the elements that together form the basis for all markings rendered on the page: Paths, Glyphs, and the optional Canvas grouping element.
| Constructor and Description |
|---|
FixedPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBleedBox()
Gets or sets the bleed box.
|
String |
getContentBox()
Gets or sets the content box.
|
Resources |
getFixedPageResources()
Gets or sets the fixed page resources.
|
double |
getHeight()
Gets or sets the height.
|
Object[] |
getItems()
Gets or sets the elements array.
|
String |
getLanguage()
Gets or sets the language.
|
String |
getName()
Gets or sets the name.
|
double |
getWidth()
Gets or sets the width.
|
void |
setBleedBox(String value)
Gets or sets the bleed box.
|
void |
setContentBox(String value)
Gets or sets the content box.
|
void |
setFixedPageResources(Resources value)
Gets or sets the fixed page resources.
|
void |
setHeight(double value)
Gets or sets the height.
|
void |
setItems(Object[] value)
Gets or sets the elements array.
|
void |
setLanguage(String value)
Gets or sets the language.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setWidth(double value)
Gets or sets the width.
|
public final Resources getFixedPageResources()
Gets or sets the fixed page resources. Fixed page markup supports the use of resources. A resource is a reusable property value that is expressed in markup, identified by a key, and stored in a resource dictionary. In general, any property value that can be expressed using property element syntax can be held in a resource dictionary.
public final void setFixedPageResources(Resources value)
Gets or sets the fixed page resources. Fixed page markup supports the use of resources. A resource is a reusable property value that is expressed in markup, identified by a key, and stored in a resource dictionary. In general, any property value that can be expressed using property element syntax can be held in a resource dictionary.
public final Object[] getItems()
Gets or sets the elements array. The fixed page contains the elements that together form the basis for all markings rendered on the page: Paths, Glyphs, and the optional Canvas grouping element.
public final void setItems(Object[] value)
Gets or sets the elements array. The fixed page contains the elements that together form the basis for all markings rendered on the page: Paths, Glyphs, and the optional Canvas grouping element.
public final double getWidth()
Gets or sets the width. Width of the page, expressed as a real number in units of the effective coordinate space.
public final void setWidth(double value)
Gets or sets the width. Width of the page, expressed as a real number in units of the effective coordinate space.
public final double getHeight()
Gets or sets the height. Height of the page, expressed as a real number in units of the effective coordinate space.
public final void setHeight(double value)
Gets or sets the height. Height of the page, expressed as a real number in units of the effective coordinate space.
public final String getContentBox()
Gets or sets the content box. Specifies the area of the page containing image content that is to be fit within the image area when printing or viewing.Contains a list of four coordinate values(ContentOriginX, ContentOriginY, ContentWidth, ContentHeight), expressed as comma-separated real numbers.Specifying a value is RECOMMENDED. If omitted, the default value is (0,0,Width,Height).
public final void setContentBox(String value)
Gets or sets the content box. Specifies the area of the page containing image content that is to be fit within the image area when printing or viewing.Contains a list of four coordinate values(ContentOriginX, ContentOriginY, ContentWidth, ContentHeight), expressed as comma-separated real numbers.Specifying a value is RECOMMENDED. If omitted, the default value is (0,0,Width,Height).
public final String getBleedBox()
Gets or sets the bleed box. Specifies the union of the ContentBox and the bounding box of all graphical content intended to appear on the final printed and trimmed page. Contains a list of four coordinate values (BleedOriginX, BleedOriginY, BleedWidth, BleedHeight), expressed as comma-separated real numbers.If omitted, the default value is (0,0, Width, Height).
public final void setBleedBox(String value)
Gets or sets the bleed box. Specifies the union of the ContentBox and the bounding box of all graphical content intended to appear on the final printed and trimmed page. Contains a list of four coordinate values (BleedOriginX, BleedOriginY, BleedWidth, BleedHeight), expressed as comma-separated real numbers.If omitted, the default value is (0,0, Width, Height).
public final String getLanguage()
Gets or sets the language. Specifies the default language used for the current element and for any child or descendant elements. The language is specified according to RFC 3066.
public final void setLanguage(String value)
Gets or sets the language. Specifies the default language used for the current element and for any child or descendant elements. The language is specified according to RFC 3066.
public final String getName()
Gets or sets the name. Contains a string value that identifies the current element as a named, addressable point in the document for the purpose of hyperlinking.
public final void setName(String value)
Gets or sets the name. Contains a string value that identifies the current element as a named, addressable point in the document for the purpose of hyperlinking.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.