Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 170,567 for

doc

(0.12 sec)
  1. WordML2003SaveOptions.save_format property | As...

    WordML2003SaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Shading class | Aspose.Words for Python

    aspose.words.Shading class. Contains shading attributes for an object... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Start a table and set a...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DashStyle | Aspose.Words for Java

    Dashed line style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  4. Track Changes in Documents POI|Aspose.Words for...

    Track changes in Documents. Apache POI does not provide an opportunity to track changes in a Document....Document doc = new Document ( dataDir + "trackDoc.doc" ); doc . acceptAllRevisions...acceptAllRevisions (); doc . save ( dataDir + "AsposeAcceptChanges.doc" , SaveFormat...

    docs.aspose.com/words/java/track-changes-in-doc...
  5. Aspose::Words::StyleCollection::AddCopy method ...

    Aspose::Words::StyleCollection::AddCopy method. Copies a style into this collection in C++.... auto doc = System :: MakeObject < Aspose...newStyle = doc -> get_Styles () -> AddCopy ( doc -> get_Styles...

    reference.aspose.com/words/cpp/aspose.words/sty...
  6. FieldOptions.ResultFormatter | Aspose.Words for...

    Discover how the ResultFormatter property in FieldOptions enhances your data presentation by customizing field result formats for clarity and impact....FieldResultFormattin () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldResultFormatter formatter...

    reference.aspose.com/words/net/aspose.words.fie...
  7. IFieldResultFormatter.formatNumeric method | As...

    IFieldResultFormatter.formatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e...'FieldResultFormattin' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let formatter = new FieldResultFormatter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtLoadOptions.DetectHyperlinks | Aspose.Words ...

    Discover how TxtLoadOptions' DetectHyperlinks property enhances text processing by detecting hyperlinks, improving data accuracy. Default is false....com/\n" + "https://docs.aspose.com/words/net/\n" ; using...document with hyperlinks. Document doc = new Document ( stream , new...

    reference.aspose.com/words/net/aspose.words.loa...
  9. ViewOptions.displayBackgroundShape property | A...

    ViewOptions.displayBackgroundShape property. Controls display of the background shape in print layout view....</p> </body> </html>` ; let doc = new aw . Document ( Buffer...a" flag to "true". expect ( doc . viewOptions . displayBackgroundSha...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Font.emboss property | Aspose.Words for Python

    Font.emboss property. True if the font is formatted as embossed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...

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