ChartAxisTitle.text property. Gets or sets the text of the axis title... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Customize your ChartAxisTitle with versatile font options. Enhance your data visualization with unique axis title formatting for clearer insights.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...
ChartSeries.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Aspose::Words::Fields::FieldEQ::AsOfficeMath method. Returns Office Math object corresponded to the EQ field in C++.... auto doc = System :: MakeObject < Aspose...Fields :: FieldEQ > fieldEQ = doc -> get_Range () -> get_Fields...
Aspose::Words::Border::get_DistanceFromText method. Gets or sets distance of the border from text or from the page edge in points in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_Sections () -> idx_get...
ParagraphFormat.add_space_between_far_east_and_alpha property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) font = builder . font font...
PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify that we want different...
Represents number formatting of the parent element in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...
Discover the ListLevel NumberStyle property to easily customize and set number styles for your lists, enhancing organization and clarity.... Document doc = new Document (); // A list...list levels. List docList = doc . Lists . Add ( ListTemplate...
Aspose::Words::Fields::FieldArgumentBuilder::AddText method. Adds a plain text to the argument in C++.... auto doc = System :: MakeObject < Aspose...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...