paragrah_layout_mode property
paragrah_layout_mode property
Specifies how HTML
elements are rendered when loading HTML.
The default value is HtmlParagraphLayoutMode.NORMAL.
Remarks
NOTE: This property is now obsolete. Instead, please use HtmlLoadOptions.ParagraphLayoutMode property. This method will be removed 12 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def paragrah_layout_mode(self):
...
@paragrah_layout_mode.setter
def paragrah_layout_mode(self, value):
...
See Also
- module
aspose.cells - class
HtmlLoadOptions - class
HtmlParagraphLayoutMode