XlsxSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...Document ( file_name = MY_DIR + 'Shape with linked chart.docx' ) xlsx_save_options...
Learn how to create a mesh using linear extrusion on a 2D Shape...//Perform linear extrusion from a C shape profile with length 5. var extrusion...//Perform linear extrusion from a C shape profile with length 5. var extrusion...
ChartAxis.format property. Provides access to line formatting of the axis and fill of the tick labels....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...
AxisTickLabels.offset property. Gets or sets the distance of the tick labels from the axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...
Aspose::Words::Drawing::Charts::ChartTitle class. Provides access to the chart title properties. To learn more, visit the documentation article in C++....( doc ); // Insert a chart shape with a document builder and...Aspose :: Words :: Drawing :: Shape > chartShape = builder -> InsertChart...
ChartAxis.format property. Provides access to line formatting of the axis and fill of the tick labels....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 300 ) chart = shape . chart # Clear the chart's...
Discover the DocumentVisitor VisitFootnoteStart method, essential for managing footnotes and endnotes efficiently in your document processing....<summary> /// Called when a Shape is encountered in the document...VisitShapeStart ( Shapeshape ) { if ( shape . Font . Hidden ) shape . Remove...
PdfLoadOptions.page_index property. Gets or sets the 0-based index of the first page to read..., load_options = options ) shape_collection = doc . get_child_nodes...get_child_nodes ( aw . NodeType . SHAPE , True ) if is_skip_pdf_images...