CdrListObjects
Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrObjectContainer
public class CdrListObjects extends CdrObjectContainer
The cdr list objects
Constructors
| Constructor | Description |
|---|---|
| CdrListObjects() | Initializes a new instance of the CdrListObjects class. |
Methods
| Method | Description |
|---|---|
| getPageWidth() | Gets the width of the page. |
| setPageWidth(double value) | Sets the width of the page. |
| getPageHeight() | Gets the height of the page. |
| setPageHeight(double value) | Sets the height of the page. |
| getFillId() | Gets the fill identifier. |
| setFillId(int value) | Sets the fill identifier. |
| getOpacityFillId() | Gets the opacity fill identifier. |
| setOpacityFillId(int value) | Sets the opacity fill identifier. |
| getOutLineId() | Gets the outline identifier. |
| setOutLineId(int value) | Sets the outline identifier. |
| getStyleId() | Gets the style identifier. |
| setStyleId(int value) | Sets the style identifier. |
| getOpacity() | Gets the opacity. |
| setOpacity(double value) | Sets the opacity. |
CdrListObjects()
public CdrListObjects()
Initializes a new instance of the CdrListObjects class.
getPageWidth()
public final double getPageWidth()
Gets the width of the page.
Returns: double - the width of the page.
setPageWidth(double value)
public final void setPageWidth(double value)
Sets the width of the page.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | the width of the page. |
getPageHeight()
public final double getPageHeight()
Gets the height of the page.
Returns: double - the height of the page.
setPageHeight(double value)
public final void setPageHeight(double value)
Sets the height of the page.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | the height of the page. |
getFillId()
public final int getFillId()
Gets the fill identifier.
Returns: int - the fill identifier.
setFillId(int value)
public final void setFillId(int value)
Sets the fill identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the fill identifier. |
getOpacityFillId()
public final int getOpacityFillId()
Gets the opacity fill identifier.
Value: The opacity fill identifier.
Returns: int - the opacity fill identifier.
setOpacityFillId(int value)
public final void setOpacityFillId(int value)
Sets the opacity fill identifier.
Value: The opacity fill identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the opacity fill identifier. |
getOutLineId()
public final int getOutLineId()
Gets the outline identifier.
Returns: int - the outline identifier.
setOutLineId(int value)
public final void setOutLineId(int value)
Sets the outline identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the outline identifier. |
getStyleId()
public final int getStyleId()
Gets the style identifier.
Returns: int - the style identifier.
setStyleId(int value)
public final void setStyleId(int value)
Sets the style identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the style identifier. |
getOpacity()
public final double getOpacity()
Gets the opacity.
Returns: double - the opacity.
setOpacity(double value)
public final void setOpacity(double value)
Sets the opacity.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | the opacity. |