Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 141,712 for

doc

(0.17 sec)
  1. Adjustment | Aspose.Words for Java

    Represents adjustment values that are applied to the specified shape in Java.... Document doc = new Document(getMyDir() + "Rounded...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  2. Row.previous_row property | Aspose.Words for Py...

    Row.previous_row property. Gets the previous [Row](../) node.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert Image To TXT Javascript

    Convert Image to TXT format in JavaScript code. Save Image as TXT using JavaScript....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document() var builder...

    products.aspose.com/words/nodejs-net/conversion...
  4. EditableRange.EditorGroup | Aspose.Words for .NET

    Manage user permissions effortlessly with the EditableRange EditorGroup property, allowing control over editing access for enhanced collaboration.... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  5. Aspose::Words::Markup::XmlMapping::get_StoreIte...

    Aspose::Words::Markup::XmlMapping::get_StoreItemId method. Specifies the custom XML data identifier for the custom XML data part which shall be used to evaluate the XPath expression in C++.... auto doc = MakeObject < Document > ( MyDir...ExplicitCast < StructuredDocumentTa > ( doc -> GetChild ( NodeType :: StructuredDocumentTa...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Border topBorder = builder...

    reference.aspose.com/words/java/com.aspose.word...
  7. HtmlSaveOptions.exportListLabels property | Asp...

    HtmlSaveOptions.exportListLabels property. Controls how list labels are output to HTML, MHTML or EPUB... let doc = new aw . Document (); let builder... DocumentBuilder ( doc ); let list = doc . lists . add ( aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTagCollection.remove_at metho...

    StructuredDocumentTagCollection.remove_at method. Removes a structured Document tag at the specified index.... doc = aw . Document ( file_name =...) structured_document_tags = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CertificateHolder.certificate property | Aspose...

    CertificateHolder.certificate property. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain.... doc = aw . Document ( MY_DIR + 'Digitally...signed.docx' ) for signature in doc . digital_signatures : print...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OleFormat.suggested_file_name property | Aspose...

    OleFormat.suggested_file_name property. Gets the file name suggested for the current embedded object if you want to save it into a file.... doc = aw . Document ( file_name =...'OLE shape.rtf' ) ole_shape = doc . first_section . body . get_child...

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