WarningInfoCollection.count property. Gets the number of elements contained in the collection....warnings = new aw . WarningInfoCollectio (); let lo = new aw . Loading...warningCallback = warnings ; let doc = new aw . Document ( base . myDir + "FB2...
Document.include_textboxes_footnotes_endnotes_in_stat property. Specifies whether to include textboxes, footnotes and endnotes in word count statistics.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
OleControl.is_forms2_ole_control property. Returns ``True`` if the control is a [Forms2OleControl](../../forms2olecontrol/).... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
TextBox.internal_margin_bottom property. Specifies the inner bottom margin in points for a shape.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . TEXT_BOX...
ChartDataPoint.explosion property. Specifies the amount the data point shall be moved from the center of the pie...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ThumbnailGeneratingOptions.thumbnail_size property. Size of generated thumbnail in pixels... doc = aw . Document () builder = aw . DocumentBuilder...found in the document: options = aw . rendering . ThumbnailGeneratingO...
Discover the ChartAxisTitle Text property to customize your axis titles easily. Set or get dynamic titles for enhanced data visualization....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
PdfSaveOptions.export_paragraph_graphics_to_artifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an artifact.... doc = aw . Document ( file_name = MY_DIR...artifacts.docx' ) save_options = aw . saving . PdfSaveOptions ()...
Aspose.Words.Saving.HeaderFooterBookmarksExportMode enumeration. Specifies how bookmarks in headers/footers are exported.... let doc = new aw . Document ( base . myDir + "Bookmarks...to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions ();...
SaveOptions.memory_optimization property. Gets or sets value determining if memory optimization should be performed before saving the document... doc = aw . Document ( file_name = MY_DIR...document to .PDF. save_options = aw . saving . SaveOptions . create_save_options...