Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 18,480 for

docx to doc

(0.39 sec)
  1. Aspose::Words::ParagraphCollection::ToArray met...

    Aspose::Words::ParagraphCollection::ToArray method. Copies all paragraphs from the collection To a new array of paragraphs in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Paragraphs.docx" ); System :: ArrayPtr < System...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. Aspose::Words::Markup::SdtListItemCollection::C...

    Aspose::Words::Markup::SdtListItemCollection::Clear method. Clears all items from this collection in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Markup::SdtListItemCollection::g...

    Aspose::Words::Markup::SdtListItemCollection::get_Count method. Gets number of items in the collection in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Row.Hidden | Aspose.Words for .NET

    Row Hidden property Documentation. Control table row visibility in Word Documents programmatically with boolean hide/show settings....Document doc = new Document ( MyDir + "Tables.docx" ); Row row...row = doc . FirstSection . Body . Tables [ 0 ]. FirstRow ; row...

    reference.aspose.com/words/net/aspose.words.tab...
  5. StructuredDocumentTagRangeStart.Title | Aspose....

    Discover the StructuredDocumentTagRangeStart Title property To define friendly names for structured Document tags, enhancing Document clarity and accessibility.... Document doc = new Document ( MyDir + "Multi-section...tags.docx" ); StructuredDocumentTa rangeStartTag = doc . GetChildNodes...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Node class | Aspose.Words for Python

    aspose.words.Node class. Base class for all nodes of a Word Document... doc = aw . Document () para = doc . first_section...append_child ( aw . Run ( doc = doc , text = 'Hello world!' ))...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Redact Documents via C++ | products.aspose.com

    Search replace PDF, Microsoft Word Documents Excel spreadsheets and PowerPoint presentations data via C++ application. C++ code listed...Options with C++ Redact DOC Files Redact DOCX Files Redact Excel Files...

    products.aspose.com/total/cpp/redact/
  8. Style.paragraph_format property | Aspose.Words ...

    Style.paragraph_format property. Gets the paragraph formatting of the style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Paragraph.parent_section property | Aspose.Word...

    Paragraph.parent_section property. Retrieves the parent [Section](../../section/) of the paragraph.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::Document::get_FootnoteOptions me...

    Aspose::Words::Document::get_FootnoteOptions method. Provides options that control numbering and positioning of footnotes in this Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A footnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...