Sort Score
Result 10 results
Languages All
Labels All
Results 9,941 - 9,950 of 18,356 for

docx to doc

(0.27 sec)
  1. TextureIndex enumeration | Aspose.Words for Python

    aspose.words.TextureIndex enumeration. Specifies shading texture.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) borders = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LayoutOptions.enable_text_shaping property | As...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DigitalSignature.signTime property | Aspose.Wor...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DigitalSignature.signatureType property | Aspos...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FontInfoSubstitutionRule Class | Aspose.Words f...

    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...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Aspose::Words::DocumentBuilder::StartEditableRa...

    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...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. FootnoteOptions.restartRule property | Aspose.W...

    FootnoteOptions.restartRule property. Determines when auTomatic numbering restarts.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ListLevel.is_legal property | Aspose.Words for ...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CusTomDocumentProperties::AddLinkToContent method. Creates a new linked To content cusTom Document property in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> StartBookmark (...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. PlainTextDocument.text property | Aspose.Words ...

    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...

    reference.aspose.com/words/nodejs-net/aspose.wo...