Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 98,213 for

doc

(0.17 sec)
  1. ListLevel.IsLegal | Aspose.Words for .NET

    Discover ListLevel IsLegal. Control inherited number styles with ease. Choose Arabic for a modern look or preserve original styles for a classic touch.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/net/aspose.words.lis...
  2. GroupShape constructor | Aspose.Words for Python

    GroupShape constructor. Creates a new group shape....GroupShape constructor GroupShape(doc) Creates a new group shape. def...def __init__ ( self , doc : aspose . words . DocumentBase ):...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataLabelCollection.position property | As...

    ChartDataLabelCollection.position property. Gets or sets the position of the data labels.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert column chart. shape...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fields::FieldIf::get_LeftExpress...

    Aspose::Words::Fields::FieldIf::get_LeftExpression method. Gets or sets the left part of the comparison expression in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Statement...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. BookmarkCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.BookmarkCollection class, a powerful tool for managing bookmarks in your Documents, enhancing organization and navigation.... Document doc = CreateDocumentWithBo ( 3 );...BookmarkCollection bookmarks = doc . Range . Bookmarks ; PrintAllBookmarkInfo...

    reference.aspose.com/words/net/aspose.words/boo...
  6. ChartAxis.minor_unit_scale property | Aspose.Wo...

    ChartAxis.minor_unit_scale property. Returns or sets the scale value for minor tick marks on the time category axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldDatabase.InsertHeadings | Aspose.Words for...

    Manage your database efficiently with the FieldDatabase InsertHeadings property. Easily customize column headings for clearer data presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldDatabase.Connection | Aspose.Words for .NET

    Manage your data effortlessly with the FieldDatabase Connection property. Easily get or set connections for seamless data integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  9. TxtLoadOptions.DetectNumberingWithWhitespaces |...

    Optimize your Document imports with TxtLoadOptions' DetectNumberingWithWhitespaces feature, ensuring accurate recognition of numbered lists from plain text....detectNumberingWithW ; Document doc = new Document ( new MemoryStream...AreEqual ( 4 , doc . Lists . Count ); Assert . True ( doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.loa...
  10. XmlMapping class | Aspose.Words for Python

    aspose.words.markup.XmlMapping class. Specifies the information that is used to establish a mapping between the parent structured Document tag and an XML element stored within a custom XML data part in the Document... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

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