ChartSeriesGroup.firstSliceAngle property. Gets or sets the angle, in degrees, of the first slice of the parent pie chart.... 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...
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...
How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...
Aspose::Words::Fonts::FontInfoCollection::get_SaveSubsetFonts method. Specifies whether or not to save a subset of the embedded TrueType fonts with the Document. Default value for this property is false. This option works only when EmbedTrueTypeFonts property is set to true in C++.... auto doc = MakeObject < Document > ( MyDir...FontInfoCollection > fontInfos = doc -> get_FontInfos (); fontInfos...
Aspose::Words::Fields::FormField::get_Name method. Gets or sets the form field name in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Please...
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...
FieldAutoTextList.screen_tip property. Gets or sets the text of the ScreenTip to show....def field_auto_text_list (): doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...
FieldAutoTextList.entry_name property. Gets or sets the name of the AutoText entry....def field_auto_text_list (): doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...