Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 9,195 for

insert text

(0.07 sec)
  1. Java API to Export MD to DOCM | products.aspose...

    Convert MD to DOCM using on premise Java API... String commandString = "INSERT INTO Documents (FileName, FileContent)...Convert MD to ODT (OpenDocument Text File Format) Convert MD to OTT...

    products.aspose.com/total/java/conversion/md-to...
  2. Java API to Export PS to OTT | products.aspose.com

    Convert PS to OTT using on premise Java API... String commandString = "INSERT INTO Documents (FileName, FileContent)...Convert PS to ODT (OpenDocument Text File Format) Convert PS to PCL...

    products.aspose.com/total/java/conversion/ps-to...
  3. FieldToa.use_passim property | Aspose.Words for...

    FieldToa.use_passim property. Gets or sets whether to replace five or more different page references to the same authority with passim, which is used to indicate that a word or passage occurs frequently in the work cited.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table class | Aspose.Words for Node.js

    Aspose.Words.Table class. Represents a table in a Word document... It provides an alternative text representation of the information...table bottom and the surrounding text, in points. distanceLeft Gets...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldToa.page_range_separator property | Aspose...

    FieldToa.page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page range.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldToa.entry_category property | Aspose.Words...

    FieldToa.entry_category property. Gets or sets the integral category for entries included in the table.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToa.sequence_name property | Aspose.Words ...

    FieldToa.sequence_name property. Gets or sets the name of a sequence whose number is included with the page number.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldTA.is_bold property | Aspose.Words for Python

    FieldTA.is_bold property. Gets or sets whether to apply bold formatting to the page number for the entry.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToa.bookmark_name property | Aspose.Words ...

    FieldToa.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the table.... DocumentBuilder ( doc ) # Insert a TOA field, which will create...entry. field_toa = builder . insert_field ( aw . fields . FieldType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...String text = r.getRange().getText();//获取段落文本 if(text.length()>=key...length()>=key.length() && text.indexOf(key)>=0) { //指定段落插入表格 Builder...

    forum.aspose.com/t/topic/312049