public class CdrDocument extends CdrObjectContainer
The cdr root object
CdrObjectContainer
Modifier and Type | Method and Description |
---|---|
com.aspose.java.optimization.maps.IntObjDictionary<CdrArrow> |
getArrows()
Gets the arrows.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrBmp> |
getBmpMasks()
Gets the BMP masks.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrBmp> |
getBmps()
Gets the BMPS.
|
List<Short> |
getClipIds()
Gets the clip ids.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrFill> |
getFills()
Gets the fills.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrFont> |
getFonts()
Gets the fonts.
|
int |
getLastTextIndex()
Gets the text indexes.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrOutline> |
getOutLines()
Gets the out lines.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrPattern> |
getPatterns()
Gets the patterns.
|
SortedMap<Short,CdrListObjects> |
getPowerClips()
Gets the power clips.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrStyle> |
getStyles()
Gets the styles.
|
CdrTextCollection |
getTexts()
Gets the texts.
|
com.aspose.java.optimization.maps.IntObjDictionary<CdrVectorPattern> |
getVectorPatterns()
Gets the vector patterns.
|
int |
getVersion()
Gets the version.
|
void |
setClipIds(List<Short> value)
Sets the clip ids.
|
void |
setLastTextIndex(int value)
The text indexes.
|
void |
setPowerClips(SortedMap<Short,CdrListObjects> value)
The power clips.
|
void |
setVersion(int value)
Sets the version.
|
addChildObject, getChilds, getHidden, getLastChild, getLoadToLastChild, insertObject, setHidden, setLastChild, setLoadToLastChild
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrArrow> getArrows()
Gets the arrows.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrFill> getFills()
Gets the fills.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrOutline> getOutLines()
Gets the out lines.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrBmp> getBmps()
Gets the BMPS.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrBmp> getBmpMasks()
Gets the BMP masks.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrFont> getFonts()
Gets the fonts.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrStyle> getStyles()
Gets the styles.
public final CdrTextCollection getTexts()
Gets the texts.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrPattern> getPatterns()
Gets the patterns.
public final com.aspose.java.optimization.maps.IntObjDictionary<CdrVectorPattern> getVectorPatterns()
Gets the vector patterns.
public final SortedMap<Short,CdrListObjects> getPowerClips()
Gets the power clips.
Value: The power clips.public final void setPowerClips(SortedMap<Short,CdrListObjects> value)
The power clips.
Value: The power clips.value
- the power clips.public final List<Short> getClipIds()
Gets the clip ids.
Value: The clip ids.public final void setClipIds(List<Short> value)
Sets the clip ids.
Value: The clip ids.value
- the clip ids.public final int getLastTextIndex()
Gets the text indexes.
Value: The text indexes.public final void setLastTextIndex(int value)
The text indexes.
Value: The text indexes.value
- the text indexes.public final int getVersion()
Gets the version.
public final void setVersion(int value)
Sets the version.
value
- the version.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.