Sort Score
Result 10 results
Languages All
Labels All
Results 9,611 - 9,620 of 157,061 for

doc

(0.07 sec)
  1. Aspose::Words::BuildingBlocks::BuildingBlock::g...

    Aspose::Words::BuildingBlocks::BuildingBlock::get_Sections method. Returns a collection that represents all sections in the building block in C++.... auto doc = MakeObject < Document > ();...MakeObject < GlossaryDocument > (); doc -> set_GlossaryDocument ( glossaryDoc...

    reference.aspose.com/words/cpp/aspose.words.bui...
  2. Aspose::Words::Vba::VbaModuleCollection::idx_ge...

    Aspose::Words::Vba::VbaModuleCollection::idx_get method. Retrieves a VbaModule object by name, or Null if not found in C++.... auto doc = MakeObject < Document > ( MyDir...< VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. Aspose::Words::Tables::RowFormat::get_Height me...

    Aspose::Words::Tables::RowFormat::get_Height method. Gets or sets the height of the table row in points in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. 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...
  5. Get Document Properties|Aspose.Words for Java

    Get Document properties easily and fast instead of using Apache POI....Document doc = new Document ( dataDir + "document.doc" ); System...for ( DocumentProperty prop : doc . getBuiltInDocumentPr ()) System...

    docs.aspose.com/words/java/get-document-propert...
  6. 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...
  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. 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...
  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. 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...