Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 10,217 for

bookmark

(0.06 sec)
  1. Setting font to unhidden in bookmark range - As...

    Hello, I am trying to set the font in a Bookmark range to not hidden. But I cannot seem to update the range so it is actually not hidden. How do I accomplish this? Here is my code: builder…...Setting font to unhidden in bookmark range Aspose.Words Product...trying to set the font in a bookmark range to not hidden. But I...

    forum.aspose.com/t/setting-font-to-unhidden-in-...
  2. How to remove bookmark WITH content (including ...

    Our “old” code is with Words 15.2, now trying out the newest verison (20.10). However, the function RemoveBookmarkWithContent previously found in aspose support (I I recall right) is now failing. Is there a newer / b…...How to remove bookmark WITH content (including nested stuff)...newer / better way to remove a bookmark, including its content, which...

    forum.aspose.com/t/how-to-remove-bookmark-with-...
  3. Coping Bookmark from one word 2016 document to ...

    “Getting this exception: Unable to cast object of type ‘Aspose.Words.Tables.Table’ to type ‘Aspose.Words.Paragraph’. in the import nodes iteration.” All I want is to create a C# method that will copy the contents of a bo…...Coping Bookmark from one word 2016 document to another Aspose...contents of a bookmark in one Word document into the bookmark of an other...

    forum.aspose.com/t/coping-bookmark-from-one-wor...
  4. Bookmark missing when converting from docx to h...

    Hi, We have found a scenario where a Bookmark is discarded when a docx file gets converted to html using Aspose.Words. Code: Document sourceDoc = new Document(@".\test.docx"); sourceDoc.Save(@".\test.html"); In the…...Bookmark missing when converting from docx to html Aspose.Words...have found a scenario where a bookmark is discarded when a docx file...

    forum.aspose.com/t/bookmark-missing-when-conver...
  5. Delete particular bookmark in PDF using Aspose....

    Not able to delete particular Bookmark,but able to update title for the same object with the following code Document pdfDocument = new Document(“D://1.pdf”); OutlineItemCollection CurrentItem = pdfDocument.Outlines [1]…...Delete particular bookmark in PDF using Aspose.PDF for .NET Aspose...able to delete particular bookmark,but able to update title for...

    forum.aspose.com/t/delete-particular-bookmark-i...
  6. How to insert bookmark in each paragraph? - Asp...

    Dear Team, How to insert Bookmark into each paragraph in word document using aspose.words in java. I have attached expected output. Please find. Expected output : exp.zip (9.7 KB)...How to insert bookmark in each paragraph? Aspose.Words Product...Awais, I request to skip the bookmarks in heading parts from document...

    forum.aspose.com/t/how-to-insert-bookmark-in-ea...
  7. About index of bookmark in aspose word document...

    Hi, I have aspose word document that have Bookmarks and I need to loop through Bookmarks in order that content of bookamrk appears in word visually. My question is when I loop through Bookmarks in word document using d…...About index of bookmark in aspose word document Aspose.Words...that have bookmarks and I need to loop through bookmarks in order...

    forum.aspose.com/t/about-index-of-bookmark-in-a...
  8. Find table cell index by text, not bookmark - A...

    Hi, I have this code that I use to find a table using a Word Bookmark. Now I need the same function but without having a Word Bookmark, but a piece of text, ie [Start]. Can you help me, please? builder.MoveToBookmark(…...table cell index by text, not bookmark Aspose.Words Product Family...find a table using a Word bookmark. Now I need the same function...

    forum.aspose.com/t/find-table-cell-index-by-tex...
  9. Setting text at bookmark: sometimes font format...

    Dear Aspose team! I got the following problem: When changing the text of a Bookmark by calling public static void InjectText(Bookmark Bookmark, string text) { if (text != null) { text = text.Tr…...Setting text at bookmark: sometimes font formatting gets lost...When changing the text of a bookmark by calling public static void...

    forum.aspose.com/t/setting-text-at-bookmark-som...
  10. Bookmark specific complex cells in a Word docum...

    I have a rather complex Word document that can have cells which are comprised of merged/split cells. Note that in the table, which is surrounded by other stuff like paragraphs, the rows can be different. And not all ce…...Bookmark specific complex cells in a Word document Aspose.Words...need to be able to somehow bookmark a cell (really column at the...

    forum.aspose.com/t/bookmark-specific-complex-ce...