Aspose::Words::Drawing::Fill::get_ForeTintAndShade method. Gets or sets a double value that lightens or darkens the foreground color in C++.... auto doc = System :: MakeObject < Aspose...Drawing :: Fill > textFill = doc -> get_FirstSection () -> get_Body...
Aspose::Words::Tables::Table::get_DistanceBottom method. Gets or sets distance between table bottom and the surrounding text, in points in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...
Implements the AUTHOR field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // AUTHOR fields source their...
A comprehensive guide on creating and managing hyperlinks within your project....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...
Discover the Aspose.Words.RevisionGroup class, designed to efficiently manage and organize sequential Revision objects for streamlined Document editing.... Document doc = new Document ( MyDir + "Revisions..."Revisions.docx" ); Assert . That ( doc . Revisions . Groups . Count...
Effortlessly manage your tab stops with the RemoveByIndex method. Quickly remove any tab stop from your collection for streamlined design.... Document doc = new Document (); TabStopCollection...TabStopCollection tabStops = doc . FirstSection . Body . Paragraphs [...
Discover the HtmlFixedSaveOptions Encoding property for seamless HTML exports. Easily set UTF-8 encoding with BOM for optimal data integrity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...