OutlinePrefixFlowable

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.

Properties

NameTypeAccessDescription
width``ReadReturns the current width of the outline prefix flowable
height``Read

Methods

SignatureDescription
__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

See Also