AttachmentTagFlowable

AttachmentTagFlowable

Overview

AttachmentTagFlowable is a class in Aspose.Note FOSS for Python. Inherits from: Flowable.

AttachmentTagFlowable.hAlign represents the horizontal alignment setting for the tag flowable.

Properties

NameTypeAccessDescription
hAlign``ReadRepresents the horizontal alignment setting for the tag flowable
width``ReadRepresents the current width of the tag flowable
height``Read

Methods

SignatureDescription
__init__()
wrap(aW, aH)Calculates and returns the flowable’s dimensions based on available width aW and height aH
draw()Renders the attachment tag onto the canvas during PDF generation

See Also