FieldFormat.numeric_format property. Gets or sets a formatting that is applied to a numeric field result... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc ) # Use a document builder to insert a field that displays...
ListFormat.list_indent method. Increases the list level of the current paragraph by one level.... In Word documents, lists may consist of up to...numbered lists. doc = aw . Document () builder = aw . DocumentBuilder...
FieldIncludePicture.resize_horizontally property. Gets or sets whether to resize the picture horizontally from the source.... Examples Shows how to insert images using IMPORT and INCLUDEPICTURE...INCLUDEPICTURE fields. doc = aw . Document () builder = aw . DocumentBuilder...
Aspose::Words::Fields::FieldIndex::get_UseYomi method. Gets or sets whether to enable the use of yomi text for index entries in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...each XE field found in the document. // Each entry will display...
ChartSeriesGroup.first_slice_angle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart.... Document () builder = aw . DocumentBuilder...doc = doc ) shape = builder . insert_chart ( chart_type = aw . drawing...
PageSetup.pageWidth property. Returns or sets the width of the page in points....number Examples Shows how to insert a floating image, and specify...and size. let doc = new aw . Document (); let builder = new aw ...
Manage slicers of Excel files with Aspose.Cells....Insert Slicer Contents [ Hide ] Possible Usage Scenarios A slicer...table and then clicking the Insert > Slicer . Aspose.Cells for...
Aspose::Words::ParagraphFormat::get_SpaceAfterAuto method. True if the amount of spacing after the paragraph is set automatically in C++....MakeObject < Aspose :: Words :: Document > (); auto builder = System...set_SpaceBeforeAuto ( autoSpacing ); // Insert two paragraphs that will have...
Discover the ChartSeriesCollection Count property, which provides the total number of ChartSeries in your collection for enhanced data visualization.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a column chart that will contain...