Package | Description |
---|---|
com.aspose.note |
The
com.aspose.note namespace contains classes which represent document structure. |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedApsGlyphs
Represents wrapper for standard ApsGlyphs, which extends some of the drawing behavior.
|
class |
ExtendedApsImage
Represents a wrapper for the standard ApsImage, which extends some of the drawing behavior.
|
class |
ExtendedApsPath
Represents a wrapper for the standard ApsPath, which extends some of the drawing behavior.
|
class |
ExtendedCompositeNode
Combines several
IExtendedApsNode instances. |
Modifier and Type | Method and Description |
---|---|
ExtendedApsNode |
ExtendedApsGlyphs.getCopy()
Gets the copy of the glyphs.
|
ExtendedApsNode |
ExtendedApsImage.getCopy()
Creates a full copy of this node.
|
abstract ExtendedApsNode |
ExtendedApsNode.getCopy()
Creates a full copy of this node.
|
ExtendedApsNode |
ExtendedApsPath.getCopy()
Creates a full copy of this node.
|
ExtendedApsNode |
ExtendedCompositeNode.getCopy()
Creates a full copy of this node.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericCollection<ExtendedApsNode> |
ExtendedCompositeNode.getApsNodes()
Gets all
IExtendedApsNode instances combined into this ExtendedCompositeNode . |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedCompositeNode.add(ExtendedApsNode extendedApsNode)
Adds
extendedApsNode to internal list of nodes. |
Copyright (c) 2002-2022 Aspose. All Rights Reserved.