Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,050 for

trim document

(0.03 sec)
  1. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your Document's appearance!...Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  2. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects....Words document by hand. Document doc = new Document (); // A...A blank document contains one section, one body and one paragraph...

    reference.aspose.com/words/net/aspose.words/inl...
  3. Table | Aspose.Words for Java

    Represents a table in a Word Document in Java....Represents a table in a Word document. To learn more, visit the...the Working with Tables documentation article. Remarks: Table is...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Paragraph::get_IsEndOfSection me...

    Aspose::Words::Paragraph::get_IsEndOfSection method. True if this paragraph is the last paragraph in the Body (main text story) of a Section; false otherwise in C++....contents of one document to a bookmark in another document. void InsertAtBookmark...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words/par...
  5. RowCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...the Working with Tables documentation article. Inheritance: RowCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. WriteProtection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.WriteProtection class to easily manage Document write protection settings and enhance your Document security....protection settings for a document. To learn more, visit the...Protect or Encrypt a Document documentation article. public class...

    reference.aspose.com/words/net/aspose.words.set...
  7. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured Document tag SDT or content control in a Document in Java....structured document tag (SDT or content control) in a document. To learn...Structured Document Tags or Content Control documentation article...

    reference.aspose.com/words/java/com.aspose.word...
  8. BookmarkCollection.removeAt method | Aspose.Wor...

    BookmarkCollection.removeAt method. Removes a bookmark at the specified index....bookmarks from a document. let doc = new aw . Document (); let builder...bookmarks is still present in the document. expect ( bookmarks . count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentBuilder.IsAtEndOfParagraph | Aspose.Wor...

    Discover DocumentBuilder's IsAtEndOfParagraph property, which efficiently checks if the cursor is positioned at the end of a paragraph for seamless Document editing....Examples Shows how to move a document builder’s cursor to different...nodes in a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  10. DocumentBuilder.deleteRow method | Aspose.Words...

    DocumentBuilder.deleteRow method. Deletes a row from a table.... Document (); let builder = new aw ...of the first table in the document. builder . deleteRow ( 0 ...

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