Aspose::Words::Font::get_SizeBi method. Gets or sets the font size in points used in a right-to-left Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Define a set of font settings...
Aspose::Words::Saving::TxtSaveOptions::get_AddBidiMarks method. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...
Aspose::Words::Drawing::SignatureLine::get_ShowDate method. Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); auto options = MakeObject...
Discover the FieldIndex SequenceSeparator property, easily manage character sequences for separating sequence and page numbers in your applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...
Discover the FieldDisplayBarcode's BarcodeType property—easily manage and customize barcode types like QR for enhanced data display and functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldDisplayBarcode field...
Discover the FieldDisplayBarcode ErrorCorrectionLevel property for QR Codes. Easily manage error correction levels with valid options from 0 to 3.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldDisplayBarcode field...
Discover the DocumentVisitor VisitGroupShapeStart method, essential for efficient group shape enumeration in your applications. Enhance your coding workflow today!...GroupOfShapes () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If you need to create "NonPrimitive"...
Aspose::Words::Fields::FieldSeq::get_SequenceIdentifier method. Gets or sets the name assigned to the series of items that are to be numbered in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // A TOC field can create...
The OptionButton control enables a single choice in a limited set of mutually exclusive choices in Java.... Document doc = new Document(getMyDir() + "Radio...docx"); Shape shape1 = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...