Discover the FieldHyperlink ScreenTip property to customize your hyperlink text, enhancing user experience and engagement. Optimize your links today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldHyperlink field = ( FieldHyperlink...
Aspose::Words::Layout::ContinuousSectionRestart enum. Represents different behaviors when computing page numbers in a continuous section that restarts page numbering in C++.... auto doc = System :: MakeObject < Aspose...reset to 2 from the second page. doc -> get_LayoutOptions () -> s...
FieldOptions.legacy_number_format property. Gets or sets the value indicating whether legacy (early than AW 13.10) number format for fields is enabled or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...
Discover the FieldHyperlink OpenInNewWindow property, easily control whether links open in a new browser window for enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldHyperlink field = ( FieldHyperlink...
HtmlSaveOptions.exportFontsAsBase64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... let doc = new aw . Document ( base ....options . prettyFormat = true ; doc . save ( base . artifactsDir...
Aspose::Words::Bookmark::get_Name method. Gets or sets the name of the bookmark in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A valid bookmark has a...
ChartAxis.number_format property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Discover how to easily customize your table's appearance with the Table Style property—enhance your designs with unique styles effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...