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

update string index

(0.12 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. FieldRD | Aspose.Words for Java

    Implements the RD field in Java....authorities, or an index with the TOC, TOA, or INDEX field Examples:...contents, table of authorities, or index. getFormat() Gets a FieldFormat...

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

    Implements the PRINT field in Java.... getSwitchType(String switchName) getType() Gets...the field. setPostScriptGroup(String value) Sets the drawing rectangle...

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

    Implements the TIME field in Java....DocumentBuilder builder, final String format) throws Exception {...LCID of the field. setResult(String value) Sets text that is between...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldAddressBlock | Aspose.Words for Java

    Implements the ADDRESSBLOCK field in Java....docx"); String[] addressFieldsExpect = {"Company"...getRange().getFields().get(0); String[] addressBlockFieldNam = addressBlockField...

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

    Represents a single bookmark in Java....Shows how to add bookmarks and update their contents. public void...collection by index or name, and their names can be updated. bookmarks...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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...
  9. FieldRevNum | Aspose.Words for Java

    Implements the REVNUM field in Java.... We can update this property manually. doc...getRevisionNumber() + 1); field.update(); Assert.assertEquals("2"...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY 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...