Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 157,620 for

doc

(0.07 sec)
  1. StructuredDocumentTag.Style | Aspose.Words for ...

    Discover how to manage the Style property of StructuredDocumentTags to enhance your Document formatting and improve readability effortlessly.... 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.WordOpenXMLMinimal | Aspo...

    Discover the StructuredDocumentTag WordOpenXMLMinimal property, which provides a clean XML string in FlatOpc format, excluding non-content elements for streamlined Document processing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table.... let doc = new aw . Document ( base ....Body node: let firstTable = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Table.FirstRow | Aspose.Words for .NET

    Discover the FirstRow property of tables, effortlessly access the first row node for streamlined data management and enhanced table functionality.... Document doc = new Document ( MyDir + "Tables...); TableCollection tables = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  5. LoadOptions.ConvertShapeToOfficeMath | Aspose.W...

    Transform shapes with EquationXML into Office Math objects effortlessly using LoadOptions' ConvertShapeToOfficeMath property for enhanced Document clarity....isConvertShapeToOffi ; Document doc = new Document ( MyDir + "Math...) { Assert . AreEqual ( 16 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.loa...
  6. Aspose::Words::Markup::CustomPartCollection cla...

    Aspose::Words::Markup::CustomPartCollection class. Represents a collection of CustomPart objects. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ( MyDir...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. PageSetup.endnote_options property | Aspose.Wor...

    PageSetup.endnote_options property. Provides options that control numbering and positioning of endnotes in this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FindReplaceOptions.ignoreFieldCodes property | ...

    FindReplaceOptions.ignoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . insertField ( "INCLUDETEXT"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::HeaderFooter::get_HeaderFooterTy...

    Aspose::Words::HeaderFooter::get_HeaderFooterType method. Gets the type of this header/footer in C++.... auto doc = MakeObject < Document > ();...HeaderFooter > ( doc , HeaderFooterType :: HeaderPrimary ); doc -> get_FirstSection...

    reference.aspose.com/words/cpp/aspose.words/hea...
  10. Fill.set_image method | Aspose.Words for Python

    aspose.words.drawing.Fill.set_image method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # There are several ways...

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