ChartDataLabelCollection.showBubbleSize property. Allows to specify whether bubble size is to be displayed for the data labels of the entire series... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chart = builder . insertChart...
Font.name_far_east property. Returns or sets an East Asian font name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Specify font settings that the...
Aspose::Words::Style::get_BuiltIn method. True if this style is one of the built-in styles in MS Word in C++.... auto doc = MakeObject < Document > ();...SharedPtr < Style > style = doc -> get_Styles () -> idx_get (...
Aspose::Words::Font::get_Kerning method. Gets or sets the font size at which kerning starts in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...
BorderCollection.right property. Gets the right border.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...
BorderCollection.top property. Gets the top border.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...