Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 165 for

delete all blank rows

(0.06 sec)
  1. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java....doc = new Document(); // A blank document contains one section..."RemoveAllChildren" method to remove all those nodes, // and end up with...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....Returns true if this object was deleted in Microsoft Word while change...if this object was moved (deleted) in Microsoft Word while change...

    reference.aspose.com/words/java/com.aspose.word...
  3. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....DocumentVisitor implementation to remove all hidden content from a document...RemoveHiddenContentF.docx"); } /// /// Removes all visited nodes marked as "hidden...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....mBuilder; } Shows how to find all hyperlinks in a Word document...hyperlinks, we must first find all the fields. // Use the "SelectNodes"...

    reference.aspose.com/words/java/com.aspose.word...
  5. NuGet Gallery | Aspose.Cells 25.3.0

    A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files....objects, and filtering data—all using C#. With extensive support...it as needed. Insert and Delete Rows and Columns Provides methods...

    www.nuget.org/packages/Aspose.Cells
  6. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....mark // will be its index among all the section's footnotes. // This...the text of this node and of all its children. hasChildNodes()...

    reference.aspose.com/words/java/com.aspose.word...
  7. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....Table can contain one or more Row nodes. A minimal valid table...table needs to have at least one Row . Examples: Shows how to create...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldEnd | Aspose.Words for Java

    Represents an end of a Word field in a document in Java....Returns true if this object was deleted in Microsoft Word while change...if this object was moved (deleted) in Microsoft Word while change...

    reference.aspose.com/words/java/com.aspose.word...
  9. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Examples: Shows how to remove all shapes from a node. Document...getCount(), 1); // We can delete all shapes from the child paragraphs...

    reference.aspose.com/words/java/com.aspose.word...
  10. SectionCollection | Aspose.Words for Java

    A collection of Section objects in the document in Java....contains multiple sections and delete some of the sections before... doc.getText().trim()); // Delete the first section from the...

    reference.aspose.com/words/java/com.aspose.word...