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
| Name | Type | Access | Description |
|---|---|---|---|
hAlign | `` | Read | Represents the horizontal alignment setting for the tag flowable |
width | `` | Read | Represents the current width of the tag flowable |
height | `` | Read |
Methods
| Signature | Description |
|---|---|
__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 |