placeholder_name property

IStructuredDocumentTag.placeholder_name property

Gets or sets Name of the BuildingBlock containing placeholder text.

@property
def placeholder_name(self) -> str:
    ...

@placeholder_name.setter
def placeholder_name(self, value: str):
    ...

Exceptions

exceptioncondition
RuntimeError (Proxy error(InvalidOperationException))Throw if BuildingBlock with this name BuildingBlock.name is not present in Document.glossary_document.

See Also