dips.TextToolEntityInfoVal module#
Generated wrapper for TextToolEntityInfo protobuf message.
- class dips.TextToolEntityInfoVal.TextToolEntityInfoVal(anchor_point: AnchorPointVal | None = None, line_format: LineFormatVal | None = None, fill_format: FillFormatVal | None = None, text_format: TextFormatVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for TextToolEntityInfo with Pythonic getters and setters.
- property anchor_point: AnchorPointVal#
Get the AnchorPoint field as a wrapper.
- property autogenerated_text: str#
Get the AutogeneratedText field value.
- copy()#
Create a copy of this wrapper.
- property fill_format: FillFormatVal#
Get the FillFormat field as a wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property is_visible: bool#
Get the IsVisible field value.
- property line_format: LineFormatVal#
Get the LineFormat field as a wrapper.
- property name: str#
Get the Name field value.
- property text: str#
Get the Text field value.
- property text_format: TextFormatVal#
Get the TextFormat field as a wrapper.
- to_proto()#
Get the underlying protobuf message.