Document.customXmlParts property. Gets or sets the collection of Custom XML Data Storage Parts.... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
CustomXmlPartCollection.removeAt method. Removes an item at the specified index.... let doc = new aw . Document (); // Construct an...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
Aspose.Words.Saving.XlsxSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Xlsx](../../aspose.words/saveformat/#Xlsx) format... let doc = new aw . Document ( base . myDir + "Shape...); let xlsxSaveOptions = new aw . Saving . XlsxSaveOptions ();...
DoclingSaveOptions.render_non_image_shapes property. Gets or sets a value indicating whether non-image shapes should be rendered and written to the output Docling JSON document.... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) save_options = aw . saving . DoclingSaveOptions...
BorderCollection.clearFormatting method. Removes all borders of an object.... let doc = new aw . Document ( base . myDir + "Borders...firstParagraphBorder . lineStyle ). toEqual ( aw . LineStyle . Single ); expect...
TextColumn.width property. Gets or sets the width of the text column in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
Field.displayResult property. Gets the text that represents the displayed field result....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...fieldAuthor = builder . insertField ( aw . Fields . FieldType . FieldAuthor...
ChartTitle.font property. Provides access to the font formatting of the chart title.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
SaveOptions.dmlEffectsRenderingMode property. Gets or sets a value determining how DrawingML effects are rendered.... let doc = new aw . Document ( base . myDir + "DrawingML...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...