Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,583 for

update string index

(0.24 sec)
  1. VariableCollection.Count | Aspose.Words for .NET

    Discover the VariableCollection Count property to easily retrieve the total number of elements in your collection, enhancing your data management efficiency.... Update (); Assert . That ( field ...values to existing keys will update them. variables . Add ( "Home...

    reference.aspose.com/words/net/aspose.words/var...
  2. How to get Comment and Author from Visio FIle -...

    Hello, Team, we are trying to get comment added by author in visio, see sample snap shot for visio file. Here I can get the comment using below code, AnnotationCollection annotations = page.PageSheet.Annotations; // …...annotation in annotations) { string comment = annotation.Comment...authorComments = new Dictionary<string, List<string>>(); foreach (Page page...

    forum.aspose.com/t/how-to-get-comment-and-autho...
  3. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection class. Base class for BuiltInDocumentProperties and CustomDocumentProperties collections. To learn more, visit the documentation article in C++.... Contains (const System::String&) Returns true if a property...override virtual idx_get (System::String) Returns a DocumentProperty...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java.... When we manually update this field in Microsoft Word...getMailMerge().execute(new String[]{"MergeField"}, new Object[]{""});...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentPropertyCollection Class | Aspose.Words...

    Discover the Aspose.Words.Properties.DocumentPropertyCollection class, your go-to for managing BuiltIn and Custom Document Properties efficiently....DocumentProperty object by index. virtual Item { get; } Returns...the collection. Contains ( string ) Returns true if a property...

    reference.aspose.com/words/net/aspose.words.pro...
  6. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java....setLastRecord("10"); // This property is the index of the format we want to use...DATABASE field in Microsoft Word. Index #10 corresponds to the "Colorful...

    reference.aspose.com/words/java/com.aspose.word...
  7. Bookmark.text property | Aspose.Words for Node.js

    Bookmark.text property. Gets or sets the text enclosed in the bookmark....() : string Examples Shows how to add bookmarks and update their...collection by index or name, and their names can be updated. bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...Paragraph, true)) { int index; if (paragraph.GetAncestor(NodeType....Table) != null) continue; string paraText = paragraph.ToString(SaveFormat...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  9. FieldIndex Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldIndex class to effortlessly implement Index fields in your documents. Enhance your document management today!...FieldIndex class Implements the INDEX field. To learn more, visit...document used to build the index. CrossReferenceSepara { get;...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM field in Java....the first character of its string as the new separator character...of the field. getSwitchType(String switchName) getType() Gets...

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