Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 6,165 for

replace text

(0.21 sec)
  1. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....getField(); // Insert the text for this merge field as HTML...getFieldValue()); // The HTML text itself should not be inserted...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java....not push down the rest of the text on their line. field.setDon...getDisplayResult() Gets the text that represents the displayed...

    reference.aspose.com/words/java/com.aspose.word...
  3. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String Text = r.…...String text = r.getRange().getText();//获取段落文本 if(text.length()>=key...length()>=key.length() && text.indexOf(key)>=0) { //指定段落插入表格 Builder...

    forum.aspose.com/t/msword/310489
  4. Words are being wrapped mid-word - Free Support...

    I’m inserting HTML Text using builder.InsertHtml(html, true); My problem is that words are being wrapped mid-word. Example HTML: <ul><li>Einstellung&nbsp;von&nbsp;Transportkette,&nbsp;Kettenrad,&nbsp;Einzugsanschlag&n…...7:28am 1 I’m inserting HTML text using builder.InsertHtml(html...12:49pm 3 Thanks for the tip. I replaced the non-breaking spaces with...

    forum.aspose.com/t/words-are-being-wrapped-mid-...
  5. Convert CSV, TSV and TXT to Excel|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Example Opening CSV files and replacing invalid characters In Excel...characters are automatically replaced. The same is done by Aspose...

    docs.aspose.com/cells/java/convert-csv-tsv-and-...
  6. Specify Fallback Fonts for Presentations on And...

    Master Aspose.Slides for Android via Java to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent Text display on any device or OS....to specify fallback font replacement rules for multiple Unicode...primary font. Font substitution replaces the entire specified font...

    docs.aspose.com/slides/androidjava/create-fallb...
  7. Specify Fallback Fonts for Presentations in Jav...

    Master Aspose.Slides for Node.js to set fallback fonts in PPT, PPTX and ODP files in JavaScript, safeguarding consistent Text display on any device or OS....to specify fallback font replacement rules for multiple Unicode...primary font. Font substitution replaces the entire specified font...

    docs.aspose.com/slides/nodejs-java/create-fallb...
  8. Specify Fallback Fonts for Presentations in С++...

    Master Aspose.Slides for С++ to set fallback fonts in PPT, PPTX and ODP files, safeguarding consistent Text display on any device or OS....to specify fallback font replacement rules for multiple Unicode...primary font. Font substitution replaces the entire specified font...

    docs.aspose.com/slides/cpp/create-fallback-font/
  9. FieldInfo | Aspose.Words for Java

    Implements the INFO field in Java....getDisplayResult() Gets the text that represents the displayed...end. getFieldCode() Returns text between field start and field...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose-word-java word转pdf标点符号在行首 - Free Support...

    当前aspose-word-java 版本为25.5,在win11和linux环境下,生成word,然后转pdf,结果标点符号在行首,还有有些单词有空格莫名奇妙自动换行。是需要在word转pdf时有什么指定操作还是在写word时对paragraph进行一些指定等...replace(".docx", ".pdf"); PdfSaveOptions...getLastFontValue(lastStyleJson, styleName + "-text-align"); if (!"".equals(align))...

    forum.aspose.com/t/aspose-word-java-word-pdf/31...