Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 19,383 for

2 of

(0.08 sec)
  1. DropDownItemCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your DropDownItemCollection with the Add method. Instantly add strings to expand your collection and improve user experience.... Add ( "Four" ); // 2 - Insert an item before another...dropDownItems . Remove ( "Four" ); // 2 - Remove an item at an index:...

    reference.aspose.com/words/net/aspose.words.fie...
  2. CadLwPolyline Coordinates including (0,0) cause...

    Any CadLwPolyline with a coordinate Of 0,0 ignores that point as valid coordinate. You can use the following example from another post to view the issue. This will render a triangle rather than a rectangle. using (Cad…...User-defined; 1 = Predefined; 2 = Custom, we support only predefined...gorokhovatskyi February 6, 2025, 8:03pm 2 @kevin.kilburn , we can confirm...

    forum.aspose.com/t/cadlwpolyline-coordinates-in...
  3. Aspose::Words::StyleType enum | Aspose.Words fo...

    Aspose::Words::StyleType enum. Represents type Of the style in C++.... Character 2 The style is a character style...builder -> Writeln ( u "Item 2" ); builder -> get_ListFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  4. Aspose::Words::Vba::VbaModuleCollection class |...

    Aspose::Words::Vba::VbaModuleCollection class. Represents a collection Of VbaModule objects. To learn more, visit the documentation article in C++....code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...

    reference.aspose.com/words/cpp/aspose.words.vba...
  5. Aspose::Words::Replacing::FindReplaceDirection ...

    Aspose::Words::Replacing::FindReplaceDirection enum. Specifies direction for replace operations in C++....builder -> Writeln ( u "Match 2." ); builder -> Writeln ( u "Match...String > ({ u "Match 1" , u "Match 2" , u "Match 3" , u "Match 4" })...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. Document | Aspose.Words for Java

    Represents a Word document in Java....")); // 2 - Load a document that exists...writeln("Item 1"); builder.writeln("Item 2"); doc.cleanup(); Assert.assertEquals(6...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::Notes::EndnoteOptions::get_Resta...

    Aspose::Words::Notes::EndnoteOptions::get_RestartRule method. Determines when automatic numbering restarts in C++....); builder -> Write ( u "Text 2. " ); builder -> InsertFootnote...FootnoteType :: Footnote , u "Footnote 2." ); builder -> InsertBreak (...

    reference.aspose.com/words/cpp/aspose.words.not...
  8. EndnoteOptions.restart_rule property | Aspose.W...

    EndnoteOptions.restart_rule property. Determines when automatic numbering restarts.... write ( 'Text 2. ' ) builder . insert_footnote...FOOTNOTE , footnote_text = 'Footnote 2.' ) builder . insert_break ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ViewOptions.do_not_display_page_boundaries prop...

    ViewOptions.do_not_display_page_boundaries property. Turns Off display Of the space between the top Of the text and the top edge Of the page.... writeln ( 'Paragraph 2, Page 2.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.variables property | Aspose.Words for ...

    Document.variables property. Returns the collection Of variables added to a document or template.... assertEqual ( 2 , variables . index_of_key ( 'Home...variables . contains ( 'City' )) # 2 - By index: variables . remove_at...

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