Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 4,384 for

trim document

(0.09 sec)
  1. NodeImporter.ImportNode | Aspose.Words for .NET

    NodeImporter ImportNode method. Imports a node from one Document into another in C#....method Imports a node from one document into another. public Node...belongs to the destination document, but has no parent. Remarks...

    reference.aspose.com/words/net/aspose.words/nod...
  2. CellCollection.Item | Aspose.Words for .NET

    CellCollection Item property. Retrieves a Cell at the given index in C#....the document and print the contents of each cell. Document doc...doc = new Document ( MyDir + "Tables.docx" ); TableCollection tables...

    reference.aspose.com/words/net/aspose.words.tab...
  3. NodeCollection.Item | Aspose.Words for .NET

    NodeCollection Item property. Retrieves a node at the given index in C#.... Document doc = new Document (); // Add two runs...the first paragraph of this document. Paragraph paragraph = ( Paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Aspose.Slides for PHP via Java 23.3 Release Not...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....getTiming () -> setRewind ( true ); Trim Video Settings: IVideoFrame...TrimFromStart have been added to manage Trim Video settings. Example: $pres...

    docs.aspose.com/slides/php-java/aspose-slides-f...
  5. BookmarkCollection.RemoveAt | Aspose.Words for ...

    BookmarkCollection 方法. 删除指定索引处的书签... Document doc = new Document (); DocumentBuilder...MyBookmark_5." , doc . GetText (). Trim ()); 也可以看看 class BookmarkCollection...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. FindReplaceOptions.Direction | Aspose.Words for...

    FindReplaceOptions Direction property. Selects direction for replace. Default value is Forward in C#....find-and-replace operation traverses the document in. public void Direction...findReplaceDirection ) { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Aspose::Words::Tables::RowCollection::idx_get m...

    Aspose::Words::Tables::RowCollection::idx_get method. Retrieves a Row at the given index in C++....through all tables in the document and print the contents of...cell. auto doc = MakeObject < Document > ( MyDir + u "Tables.docx"...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Extraction Image naming issue - Aspose.Words Pr...

    Dear team, We are extracting images from docm but below case images are extracting but image names are mismatching Please find input and output file Input and Output : 6 Need to check.zip (3.4 MB) and we are using bel…...ImageExtractor(String targetFolder, Document doc) { mTargetFolder = targetFolder;...Removes images from the source document and inserts bookmark at the...

    forum.aspose.com/t/extraction-image-naming-issu...
  9. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....Working with Bookmarks documentation article. Examples: Shows...throws Exception { // Create a document with three bookmarks, then...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder.DeleteRow | Aspose.Words for .N...

    DocumentBuilder 方法. 从表中删除一行... Document doc = new Document (); DocumentBuilder...\a\a" , table . GetText (). Trim ()); 也可以看看 class Row class DocumentBuilder...

    reference.aspose.com/words/zh/net/aspose.words/...