Shape.fillColor property. Defines the brush color that fills the closed path of the shape.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Write some text, and then...
Aspose::Words::Drawing::Charts::Chart::get_Format method. Provides access to fill and line formatting of the chart in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Forms2OleControl.fore_color property. Gets or sets a foreground color of the control... doc = aw . Document ( file_name =...'ActiveX controls.docx' ) shape = doc . get_child ( aw . NodeType ...
Aspose::Words::Fields::FieldStart::get_FieldData method. Gets custom field data which is associated with the field in C++.... auto doc = System :: MakeObject < Aspose...:: Fields :: Field > field = doc -> get_Range () -> get_Fields...
ParagraphFormat.isHeading property. True when the paragraph style is one of the built-in Heading styles.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert headings that can...
Font.sizeBi property. Gets or sets the font size in points used in a right-to-left Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Define a set of font settings...
Access and format list numbering with the Paragraph ListLabel property. Enhance your Document's organization and clarity effortlessly!...Document doc = new Document ( MyDir + "Rendering.docx" ); doc . UpdateListLabels...UpdateListLabels (); NodeCollection paras = doc . GetChildNodes ( NodeType ....
Discover the Aspose.Words.Drawing.Charts.ChartNumberFormat class for advanced number formatting in charts. Enhance your Document's visual appeal!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...
Font.name_bi property. Returns or sets the name of the font in a right-to-left language Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Define a set of font settings...