Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 414,536 for

document

(0.81 sec)
  1. How to navigate to every paragraph and insert a...

    How to navigate to every paragraph and insert a field at end of paragraph?...through every paragraph in a document and insert a field at the...// Load the document Document doc = new Document("YourDocument...

    forum.aspose.com/t/how-to-navigate-to-every-par...
  2. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....from a scanned document, a photo of a document, a scene-photo...text, whether from a scanned document, a or from subtitle text superimposed...

    docs.aspose.com/ocr/cpp/binarization/
  3. Set Barcode Size and Resolution in JavaScript|D...

    How to Set Size Units for Barcodes in Aspose.BarCode for JavaScript via C++... XDimension = "3px" ; document . getElementById ( "img" )...Barcode . XDimension = "2mm" ; document . getElementById ( "img2"...

    docs.aspose.com/barcode/javascript-cpp/set-barc...
  4. CertificateHolder.certificate property | Aspose...

    CertificateHolder.certificate property. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain....signature in a document. doc = aw . Document ( MY_DIR + 'Digitally...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Words.Markup | Aspose.Words for .NET

    Discover the Aspose.Words.Markup namespace, featuring customizable classes for smart tags, XML, and content controls to enhance your Document management....customer defined semantics in a document: smart tags, custom XML and...and structured document tags (content controls). Classes Class...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Paragraph.runs property | Aspose.Words for Node.js

    Paragraph.runs property. Provides access to the typed collection of pieces of text inside the paragraph.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Inline.is_move_to_revision property | Aspose.Wo...

    Inline.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Inline.isMoveFromRevision property | Aspose.Wor...

    Inline.isMoveFromRevision property. Returns ``true`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled.... Document ( base . myDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Inline.is_insert_revision property | Aspose.Wor...

    Inline.is_insert_revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled.... Document ( file_name = MY_DIR + 'Revision...docx' ) # When we edit the document while the "Track Changes"...

    reference.aspose.com/words/python-net/aspose.wo...
  10. XImage TrySetAlternativeText returns true, but ...

    I am creating a PDF programmatically that includes images that need Alt Text. I am able to add the image to the Document, save the Document to a memory stream, get the appropriate page and XImage object, call the TrySet…...the image to the document, save the document to a memory stream...alternative text for images in a PDF document programmatically. Here are...

    forum.aspose.com/t/ximage-trysetalternativetext...