ChartDataLabelCollection.showLegendKey property. Allows to specify whether legend key 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...
Aspose::Words::Font::get_Hidden method. True if the font is formatted as hidden text in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // With the Hidden flag set...
DownsampleOptions.downsampleImages property. Specifies whether images should be downsampled.... let doc = new aw . Document ( base ....resolutionThreshold ). toEqual ( 0 ); doc . save ( base . artifactsDir...
Discover how to easily manage the FieldSet BookmarkText property to customize and enhance your bookmarks for better organization and accessibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Name bookmarked text with...
PdfDigitalSignatureDetails.hashAlgorithm property. Gets or sets the hash algorithm.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Contents...
Aspose::Words::Tables::CellFormat::SetPaddings method. Sets the amount of space (in points) to add to the left/top/right/bottom of the contents of cell in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set a padding distance...
Stroke.joinStyle property. Defines the join style of a polyline.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...