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.
Description
AttachmentTagFlowable is a class in the Aspose.Note FOSS library for Python that exposes 2 methods and 3 properties for programmatic use. It extends Flowable, inheriting shared functionality from its parent type.
Core capabilities include: Calculates and returns the flowable’s dimensions based on available width aw and height ah; renders the attachment tag onto the canvas during pdf generation. These operations enable developers to integrate attachmenttagflowable functionality directly into Python applications.
The class also provides the hAlign property (represents the horizontal alignment setting for the tag flowable), the width property (represents the current width of the tag flowable).
Instances are created through a single constructor that initializes the object with default values.
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 |