public class ObjectDeclarationsBlock extends Object
Represents a block with object declarations.
Constructor and Description |
---|
ObjectDeclarationsBlock(com.aspose.ms.System.Collections.Generic.List<ObjectDeclaration> objectDeclarations)
Initializes a new instance of
ObjectDeclarationsBlock type. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<ObjectDeclaration> |
getObjectDeclarations()
All object declarations in the current block.
|
public ObjectDeclarationsBlock(com.aspose.ms.System.Collections.Generic.List<ObjectDeclaration> objectDeclarations)
Initializes a new instance of ObjectDeclarationsBlock
type.
objectDeclarations
- public com.aspose.ms.System.Collections.Generic.List<ObjectDeclaration> getObjectDeclarations()
All object declarations in the current block.
Copyright (c) 2017 Aspose. All Rights Reserved.