public interface IDrawingLayout<T extends IDrawingEntity>
Represents basic interface for any drawing's page(also known as 'layout').
| Modifier and Type | Method and Description |
|---|---|
void |
add(T entity)
Adds entity to the page
|
List<T> |
getEntities()
Collection of related entities
|
String |
getLayoutName()
Drawing's layout name
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.