TextPath.small_caps property. True if the font is formatted as small capital letters.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.font_family property. Defines the family of the textpath font.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.trim property. Determines whether extra space is removed above and below the text.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.bold property. True if the font is formatted as bold.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.size property. Defines the size of the font in points.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
Discover the Aspose.Words.Drawing.Charts.AxisDisplayUnit class to customize value axis scaling options for enhanced chart clarity and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...
Aspose::Words::DocumentBuilder::InsertField method. Inserts a Word field into a Document and optionally updates the field result in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert two fields while...
Aspose::Words::Themes::ThemeFont enum. Specifies the types of theme font names for Document themes in C++.... auto doc = System :: MakeObject < Aspose...for languages uses by default. doc -> get_Theme () -> get_MinorFonts...
aspose.words.drawing.charts.ChartDataPoint class. Allows to specify formatting of a single data point on the chart...pydrawing as drawing doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...