Aspose::Words::Settings::HyphenationOptions::get_HyphenateCaps method. Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...
Font.border property. Returns a [Border](../../border/) object that specifies border for the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...
Aspose::Words::Font::get_Underline method. Gets or sets the type of underline applied To the font in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Specify font formatting...
ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a shape, give it...
FieldInclude.text_converter property. Gets or sets the name of the text converter for the format of the included file.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # We can use an INCLUDE field to...
Control nondelimiter characters with the FieldStyleRef SuppressNonDelimiters property. Enhance data clarity and presentation in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...
Aspose::Words::Properties::BuiltInDocumentProperties::get_SharedDocument method. Indicates whether the Document is a shared Document in C++.... auto doc = System :: MakeObject < Aspose..."Extended properties.docx" ); ASSERT_TRUE ( doc -> get_BuiltInDocumentPrope...
Free online app To Watermark different PDF files. C++ watermarking library code for PDF Documents....Options with C++ Add Watermark to DOC (Microsoft Word Binary Format)...Format) Add Watermark to DOCX (Office 2007+ Word Document) Add Watermark...
FieldStyleRef.insert_relative_position property. Gets or sets whether To insert the relative position of the referenced paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...