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...
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...
Adjust the ForeTintAndShade property to easily lighten or darken your foreground color, enhancing your design with precision and creativity.... Document doc = new Document ( MyDir + "Big...document.docx" ); Fill textFill = doc . FirstSection . Body . FirstParagraph...
ConvertUtil.millimeterToPoint method. Converts millimeters to points.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A section's "Page Setup"...
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...
TxtSaveOptionsBase.paragraphBreak property. Specifies the string to use as a paragraph break when exporting in text formats.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Paragraph...