Aspose::Words::Saving::PclSaveOptions class. Can be used to specify additional options when saving a document into the Pcl format. To learn more, visit the documentation article in C++....get_ExportGeneratorName () const When true , causes the name and version...produced files. Default value is true . get_FallbackFontName () const...
Aspose::Words::Drawing::Charts::ChartDataPointCollection class. Represents collection of a ChartDataPoint. To learn more, visit the documentation article in C++....System::TypeInfo&) const override static Type () Examples Shows how to work...idx_get ( 0 ) -> set_Smooth ( true ); // Verify that data points...
Aspose::Words::Drawing::Charts::ChartMarker class. Represents a chart data marker. To learn more, visit the documentation article in C++.... static Type () Examples Shows how to work...idx_get ( 0 ) -> set_Smooth ( true ); // Verify that data points...
Manage a text box or text frame in PowerPoint presentations using Java...); // Adds an AutoShape with type set as Rectangle IAutoShape...the isTextBox property returns true . Presentation presentation...
Discover the Aspose.Words.Fields.Field class, your key to enhancing Microsoft Word documents with dynamic fields for improved functionality and efficiency....FieldFormat object that provides typed access to field’s formatting...virtual Type { get; } Gets the Microsoft Word field type. Methods...
Aspose::Words::Drawing::Shape::get_Stroked method. Defines whether the path will be stroked in C++.... The default value is true . Examples Shows how to iterate...:: Format ( u "Ole found of type: {0}" , shape -> get_OleFormat...
A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....PARAGRAPH, 0, true); // Below are two ways of adding...getChildNodes(NodeType.PARAGRAPH, true)) { para.getParagraphFormat()...
Learn how to create a Gantt chart in Excel using C#. Discover step-by-step instructions and code examples for project management in Excel....have a built-in Gantt chart type because Excel itself doesn’t...doesn’t offer a native Gantt chart type either. However, Gantt charts...
Merger EPS functionality of Aspose.Page API solution for Java allows you to combine several EPS files into a single PDF document....If SuppressErrors value was true, as it is by default, It is...13 boolean suppressErrors = true ; 14 15 //Initialize options...
This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....approaches to add different types of data to cells. How to Add...U16String ( u "A4" )). PutValue ( true ); Cell cellA1 = worksheet ...