IPortion class

IPortion class

Represents a portion of text inside a text paragraph.

The IPortion type exposes the following members:

Properties

PropertyDescription
portion_formatReturns formatting object which contains explicitly set formatting properties of the text portion with no inheritance applied.
Read-only IPortionFormat.
textGets or sets the plain text of a portion.
Read/write str.
fieldReturns a field of this portion.
Read-only IField.
slide
presentation

Methods

MethodDescription
add_field(self, field_type)Converts this portion to the automaticaly updated field.
add_field(self, internal_string)Converts this portion to the automaticaly updated field.
remove_field(self)Converts this field portion to the simple portion.
get_rect(self)Get coordinates of rect that bounds portion. The rect includes all the lines of
text in portion, including empty ones.
get_coordinates(self)Get coordinates of the beginning of the portion. The X coordinate of point represents the
portion beginning from the first character including left side bearing. The Y coordinate
includes top side bearing.

See Also