public class CdrListObjects extends CdrObjectContainer
The cdr list objects
CdrObjectContainer| Constructor and Description |
|---|
CdrListObjects()
Initializes a new instance of the
CdrListObjects class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getFillId()
Gets the fill identifier.
|
double |
getOpacity()
Gets the opacity.
|
int |
getOpacityFillId()
Gets the opacity fill identifier.
|
int |
getOutLineId()
Gets the out line identifier.
|
double |
getPageHeight()
Gets the height of the page.
|
double |
getPageWidth()
Gets the width of the page.
|
int |
getStyleId()
Gets the style identifier.
|
void |
setFillId(int value)
Sets the fill identifier.
|
void |
setOpacity(double value)
Sets the opacity.
|
void |
setOpacityFillId(int value)
Sets the opacity fill identifier.
|
void |
setOutLineId(int value)
Sets the out line identifier.
|
void |
setPageHeight(double value)
Sets the height of the page.
|
void |
setPageWidth(double value)
Sets the width of the page.
|
void |
setStyleId(int value)
Sets the style identifier.
|
addChildObject, getChilds, getHidden, getLastChild, getLoadToLastChild, insertObject, setHidden, setLastChild, setLoadToLastChildgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic CdrListObjects()
Initializes a new instance of the CdrListObjects class.
public final double getPageWidth()
Gets the width of the page.
public final void setPageWidth(double value)
Sets the width of the page.
value - the width of the page.public final double getPageHeight()
Gets the height of the page.
public final void setPageHeight(double value)
Sets the height of the page.
value - the height of the page.public final int getFillId()
Gets the fill identifier.
public final void setFillId(int value)
Sets the fill identifier.
value - the fill identifier.public final int getOpacityFillId()
Gets the opacity fill identifier.
Value: The opacity fill identifier.public final void setOpacityFillId(int value)
Sets the opacity fill identifier.
Value: The opacity fill identifier.value - the opacity fill identifier.public final int getOutLineId()
Gets the out line identifier.
public final void setOutLineId(int value)
Sets the out line identifier.
value - the out line identifier.public final int getStyleId()
Gets the style identifier.
public final void setStyleId(int value)
Sets the style identifier.
value - the style identifier.public final double getOpacity()
Gets the opacity.
public final void setOpacity(double value)
Sets the opacity.
value - the opacity.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.