public interface IDrawingEntity
Represents basic interface for any object of any drawing.
| Modifier and Type | Method and Description |
|---|---|
List<IDrawingEntity> |
getChilds()
Gets the collection of a nested entities.
|
String |
getId()
Gets the unique identifier of an object inside a drawing.
|
String getId()
Gets the unique identifier of an object inside a drawing.
List<IDrawingEntity> getChilds()
Gets the collection of a nested entities.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.