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...
DocumentBuilder.currentStory property. Gets the story that is currently selected in this [DocumentBuilder](../).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A Story is a type of node...
ImageSaveOptions.horizontalResolution property. Gets or sets the horizontal resolution for the generated images, in dots per inch.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...
ImageSaveOptions.imageContrast property. Gets or sets the contrast for the generated images.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...
aspose.words.ComHelper class. Provides methods for COM clients to load a Document into Aspose.Words....Using a local system filename: doc = com_helper . open ( file_name...Word! \r\r\r Hello World!' , doc . get_text () . strip ()) # 2...
Effortlessly convert NodeList to an array with the ToArray method, simplifying node manipulation and enhancing your web development workflow.... Document doc = new Document ( MyDir + "Tables...document. NodeList nodeList = doc . SelectNodes ( "//Table//Paragraph"...
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...
ChartSeries.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...