OutlinePrefixFlowable
Overview
OutlinePrefixFlowable is a class in Aspose.Note FOSS for Python.
Inherits from: Flowable.
OutlinePrefixFlowable.wrap sets the flowable’s available width and height to aW and aH.
Description
OutlinePrefixFlowable is a class in the Aspose.Note FOSS library for Python that exposes 2 methods and 2 properties for programmatic use. It extends Flowable, inheriting shared functionality from its parent type.
Core capabilities include: Sets the flowable’s available width and height to aw and ah; renders the outline prefix using its current dimensions. These operations enable developers to integrate outlineprefixflowable functionality directly into Python applications.
The class also provides the width property (returns the current width of the outline prefix flowable).
Instances are created through a single constructor that initializes the object with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | `` | Read | Returns the current width of the outline prefix flowable |
height | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() | |
wrap(aW, aH) | Sets the flowable’s available width and height to aW and aH |
draw() | Renders the outline prefix using its current dimensions |