Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 180,073 for

doc

(0.19 sec)
  1. StructuredDocumentTag.NodeType | Aspose.Words f...

    Explore the StructuredDocumentTag NodeType property for efficient Document management. Unlock seamless access to structured data in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  2. StructuredDocumentTag.nodeType property | Aspos...

    StructuredDocumentTag.nodeType property. Returns [NodeType.StructuredDocumentTag](../../../aspose.words/nodetype/#StructuredDocumentTag).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Section.protected_for_forms property | Aspose.W...

    Section.protected_for_forms property. True if the section is protected for forms... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. HeaderFooter.is_header property | Aspose.Words ...

    HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Გადაიყვანეთ Გამოსახულება HTML C++

    გადაიყვანეთ Გამოსახულება HTML C++ ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც HTML C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/ka/cpp/conversion/ima...
  6. Paragraph.is_end_of_header_footer property | As...

    Paragraph.is_end_of_header_footer property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text story) of a [Section](../../section/); false otherwise.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Style.Equals | Aspose.Words for .NET

    Discover the Style Equals method for comparing built-in styles. Understand linked and next paragraph styles for enhanced formatting and design efficiency.... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  8. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_OfficeMathExportMode method. Specifies how OfficeMath will be written to the output file. Default value is Text in C++.... auto doc = System :: MakeObject < Aspose...MarkdownOfficeMathEx :: Image ); doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Document::get_Compliance method ...

    Aspose::Words::Document::get_Compliance method. Gets the OOXML compliance version determined from the loaded Document content. Makes sense only for OOXML Documents in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Document.doc" ); ASSERT_EQ ( doc -> get_Compliance ()...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Aspose::Words::Document::UpdateFields method | ...

    Aspose::Words::Document::UpdateFields method. Updates the values of fields in the whole Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a table of contents...

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