public class CdrDocument extends CdrObjectContainer
The cdr root object
CdrObjectContainer
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrArrow> |
getArrows()
Gets the arrows.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrBmp> |
getBmpMasks()
Gets the BMP masks.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrBmp> |
getBmps()
Gets the BMPS.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrFill> |
getFills()
Gets the fills.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrFont> |
getFonts()
Gets the fonts.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrOutline> |
getOutLines()
Gets the out lines.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrPattern> |
getPatterns()
Gets the patterns.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrStyle> |
getStyles()
Gets the styles.
|
List<CdrSpnd> |
getTextIndexes()
Gets the text indexes.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrText> |
getTexts()
Gets the texts.
|
com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrVectorPattern> |
getVectorPatterns()
Gets the vector patterns.
|
int |
getVersion()
Gets the version.
|
void |
setVersion(int value)
Sets the version.
|
addChildObject, getChilds, getLastChild, getLoadToLastChild, insertObject, setLastChild, setLoadToLastChild
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrArrow> getArrows()
Gets the arrows.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrFill> getFills()
Gets the fills.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrOutline> getOutLines()
Gets the out lines.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrBmp> getBmps()
Gets the BMPS.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrBmp> getBmpMasks()
Gets the BMP masks.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrFont> getFonts()
Gets the fonts.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrStyle> getStyles()
Gets the styles.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrText> getTexts()
Gets the texts.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrPattern> getPatterns()
Gets the patterns.
public final com.aspose.ms.System.Collections.Generic.Dictionary<Integer,CdrVectorPattern> getVectorPatterns()
Gets the vector patterns.
public final List<CdrSpnd> getTextIndexes()
Gets the text indexes.
public final int getVersion()
Gets the version.
public final void setVersion(int value)
Sets the version.
value
- the version.