Aspose.Words.Drawing.Charts.ChartDataTable class. Allows to specify properties of a chart data table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Customize your Document's RevisionBarsColor to highlight revised lines with ease. Default is Red, but choose any color for clearer insights!... Document doc = new Document ( MyDir + "Revisions...RevisionOptions revisionOptions = doc . LayoutOptions . RevisionOptions...
FrameFormat.width property. Gets the width of the specified frame, in points.... doc = aw . Document ( MY_DIR + 'Paragraph...frame.docx' ) for paragraph in doc . first_section . body . paragraphs...
Aspose::Words::Node::get_NextSibling method. Gets the node immediately following this node in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Node > node = doc -> get_FirstSection () -> get_Body...
Aspose.Words.Drawing.Charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdatapoint/)...'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Access the Document Theme property to effortlessly retrieve the Theme object, enhancing your Document's design and visual appeal.... Document doc = new Document ( MyDir + "Theme...fonts and colors. Theme theme = doc . Theme ; // Some styles, such...
Aspose.Words.Drawing.Charts.IChartDataPoint class. Contains properties of a single data point on the chart....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
Aspose::Words::Loading::LoadOptions::get_LoadFormat method. Specifies the format of the Document to be loaded. Default is Auto in C++....-> get_LoadFormat ()); auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChildNodes ( Aspose ::...
Aspose::Words::Saving::PsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the Document should be saved using a booklet printing layout, if it is specified via MultiplePages in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Section > ( doc -> get_Sections ())) { s -> get_PageSetup...