behavior property
BuildingBlock.behavior property
Specifies the behavior that shall be applied when the contents of the building block is inserted into the main document.
@property
def behavior(self) -> aspose.words.buildingblocks.BuildingBlockBehavior:
...
@behavior.setter
def behavior(self, value: aspose.words.buildingblocks.BuildingBlockBehavior):
...
See Also
- module aspose.words.buildingblocks
- class BuildingBlock