AxisTickLabels.is_auto_spacing property. Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels.... Examples Shows how to insert a chart and modify the appearance...appearance of its axes. doc = aw . Document () builder = aw . DocumentBuilder...
Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....CompositeNode Represents a glossary document entry such as a Building Block...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...
BookmarksOutlineLevelCollection Contains method. Determines whether the collection contains a bookmark with the given name in C#.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a bookmark with another bookmark...
BookmarksOutlineLevelCollection Remove method. Removes a bookmark with the specified name from the collection in C#.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); // Insert a bookmark with another bookmark...
Contains information about image size and resolution in Java....the Working with Images documentation article. Examples: Shows...image.getHeight()); // When we insert an image using the "InsertImage"...
ChartAxis.minor_unit property. Returns or sets the distance between minor tick marks.... Examples Shows how to insert a chart and modify the appearance...appearance of its axes. doc = aw . Document () builder = aw . DocumentBuilder...
Implements the INFO field.... auto doc = MakeObject<Document>(); auto builder = MakeOb...built-in property and then insert an INFO field to display that...
Aspose::Words::Fields::ToaCategories::idx_set method. Gets or sets the category heading by category number in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...s () -> idx_get ( 2 )); // Insert 2 TOA fields. TOA fields create...
Aspose::Words::Fields::FieldOptions::get_ToaCategories method. Gets or sets the table of authorities categories in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...s () -> idx_get ( 2 )); // Insert 2 TOA fields. TOA fields create...
BarcodeParameters ErrorCorrectionLevel property. Error correction level of QR Code. Valid values are 0 3 in C#.... Document doc = new Document (); DocumentBuilder...barcodes, // and then insert them into the document as images. doc ...