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

update string index

(0.06 sec)
  1. 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...
  2. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....String) property of the built-in document...FIELD_COMMENTS, true); field.update(); Assert.assertEquals(" COMMENTS...

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

    Implements the SUBJECT field in Java....update(); Assert.assertEquals(field...field's Text property value and update it, the field will // overwrite...

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

    Implements the AUTOTEXT field in Java....setBuiltInTemplatesP(new String[]{getMyDir() + "Busniess brochure...the document. setEntryName(String value) Sets the name of the...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. FieldTitle | Aspose.Words for Java

    Implements the TITLE field in Java....update(); Assert.assertEquals(field...Text property, // and then updating the field will also overwrite...

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

    Implements the KEYWORDS field in Java....update(); Assert.assertEquals(field...Text property, // and then updating the field will also overwrite...

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

    Implements DOCVARIABLE field in Java....update(); Assert.assertEquals(fieldDocProperty...Variable"); fieldDocVariable.update(); Assert.assertEquals(" DOCVARIABLE...

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

    Implements the USERADDRESS field in Java....update(); Assert.assertEquals(" USERADDRESS...LCID of the field. setResult(String value) Sets text that is between...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldXE class | Aspose.Words for Python

    aspose.words.fields.FieldXE class. Implements the XE field...number for an index entry, which is used by an INDEX field. Inheritance:...entry_type Gets or sets an index entry type. format Gets a FieldFormat...

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