Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 168,817 for

doc

(0.09 sec)
  1. BarcodeParameters.SymbolRotation | Aspose.Words...

    Discover the BarcodeParameters SymbolRotation property for optimal barcode symbol rotation. Choose from valid values 0 and 3 for precise scanning.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  2. BarcodeParameters.DisplayText | Aspose.Words fo...

    Discover the BarcodeParameters DisplayText property to enhance your barcodes by displaying data text alongside images for improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  3. BarcodeParameters.FixCheckDigit | Aspose.Words ...

    Ensure accurate barcodes with the FixCheckDigit property. Automatically correct invalid check digits for reliable scanning and data integrity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. BarcodeParameters.IsBookmark | Aspose.Words for...

    Discover the BarcodeParameters IsBookmark property! Learn how the PostalAddress can enhance your Document management with efficient bookmarking solutions.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use a custom IBarcodeGenerator...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose::Words::Drawing::ShapeBase::get_IsDelete...

    Aspose::Words::Drawing::ShapeBase::get_IsDeleteRevision method. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_FALSE ( doc -> get_TrackRevisions ()); //...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Section.clear_headers_footers method | Aspose.W...

    aspose.words.Section.clear_headers_footers method... doc = aw . Document ( file_name =...Add a plain text watermark. doc . watermark . set_text ( text...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.LastSavedTime | Aspos...

    Discover the BuiltInDocumentProperties LastSavedTime property to easily track your Document's last save time in UTC. Enhance your Document management today!... Document doc = new Document ( MyDir + "Properties...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // The...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...Constructors Name Description Row(doc) Initializes a new instance of...Shows how to create a table. let doc = new aw . Document (); let table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FootnoteOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FootnoteOptions class for customizable footnote numbering in your Documents and sections. Enhance your Document's clarity today!... Document doc = new Document ( MyDir + "Footnotes...docx" ); doc . FootnoteOptions . Columns = 2 ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.not...
  10. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...