Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 2,562 for

trim document

(0.42 sec)
  1. Aspose::Words::Tables::Cell class | Aspose.Word...

    Aspose::Words::Tables::Cell class. Represents a table cell. To learn more, visit the Documentation article in C++....the Working with Tables documentation article. class Cell : public...virtual get_Document () const Gets the document to which this...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...insertOverlayContent(Document document, Section section, int...headerFooter = getOrCreateHeaderFoo(document, section, type); log.debug("Inserting...

    forum.aspose.com/t/header-footer/325498
  3. FieldMergingArgs | Aspose.Words for Java

    Provides data for the MergeField event in Java....Mail Merge and Reporting documentation article. Remarks: The MergeField...field is encountered in the document. You can respond to this event...

    reference.aspose.com/words/java/com.aspose.word...
  4. Resize and crop EPS via Python | Aspose.Page

    Elevate your Python applications with our API solution, delivering precise EPS file cropping and resizing for vivid, captivating visuals....NET Live Demos Documentation Source Code API Reference...Overview Overview Live Demos Documentation Source Code API Reference...

    products.aspose.com/page/python-net/resize-eps/
  5. Aspose::Words::Tables::Row class | Aspose.Words...

    Aspose::Words::Tables::Row class. Represents a table row. To learn more, visit the Documentation article in C++....the Working with Tables documentation article. class Row : public...virtual get_Document () const Gets the document to which this...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Word document font replacement fails - Free Sup...

    I want to replace a font in a Word Document. The font is not installed on my computer and I want to replace it with an installed font. version:aspose-words-25.9-jdk17 FontSettings fontSettings = new FontSettings(); fon…...Word document font replacement fails Aspose.Words Product Family...to replace a font in a Word document. The font is not installed...

    forum.aspose.com/t/word-document-font-replaceme...
  7. Gmail Utility Features|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....pli=1 * Documentation https://developers.google...); String name = pair [ 0 ]. trim (). toLowerCase (); String value...

    docs.aspose.com/email/java/gmail-utility-features/
  8. Aspose::Words::Paragraph class | Aspose.Words f...

    Aspose::Words::Paragraph class. Represents a paragraph of text. To learn more, visit the Documentation article in C++....Working with Paragraphs documentation article. class Paragraph...for visiting the end of the document’s paragraph. AcceptStart ...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF Document into a Document object in Java....RTF document into a Document object. To learn more...the Specify Load Options documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  10. Doc文档save时报错 - Free Support Forum - aspose.com

    请问下这个报错可能是什么原因: <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-words</artifactId> <version>24.7</version>= </dependency> public String doc2Markdown(String taskId, InputStream inputStream, DocFilterCal…...ByteArrayOutputStrea()) { Document document = new Document(inputStream);... document.getChildNodes(NodeType.SHAPE, true).clear(); document...

    forum.aspose.com/t/doc-save/324374