LayouToptions.enable_text_shaping property. Flag indicating whether To enable support for OpenType features using the HarfBuzz text shaping engine.... doc = aw . Document ( file_name =...MY_DIR + "TestMetricsKerning.docx" ) doc . layout_options . enable_text_shaping...
DigitalSignature.signTime property. Gets the time the Document was signed.... const doc = new aw . Document ( base ...."Digitally signed.docx" ); for ( var i = 0 ; i < doc . digitalSignatures...
DigitalSignature.signatureType property. Gets the type of the digital signature.... const doc = new aw . Document ( base ...."Digitally signed.docx" ); for ( var i = 0 ; i < doc . digitalSignatures...
Discover the Aspose.Words.Fonts.FontInfoSubstitutionRule class To optimize font management in your Documents with seamless substitution capabilities....Document doc = new Document ( MyDir + "Missing font.docx" ); //...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...
Aspose::Words::DocumentBuilder::StartEditableRange method. Marks the current position in the Document as an editable range start in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> Protect ( Aspose :: Words...
FootnoteOptions.restartRule property. Determines when auTomatic numbering restarts.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Footnotes and endnotes...
ListLevel.is_legal property. True if the level turns all inherited numbers To Arabic, false if it preserves their number style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A list allows us to organize...
PlainTextDocument.text property. Gets textual content of the Document concatenated as a string.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . save...