Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 2,724 for

trim document

(0.16 sec)
  1. Aspose::Words::ParagraphFormat class | Aspose.W...

    Aspose::Words::ParagraphFormat class. Represents all the formatting for a paragraph. To learn more, visit the Documentation article in C++....Working with Paragraphs documentation article. class ParagraphFormat...level of the paragraph in the document. get_PageBreakBefore () True...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your Document processing capabilities....Working with Paragraphs documentation article. public class Paragraph...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words/par...
  3. 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...
  4. Color not set correctly for copied shapes - Fre...

    TestDiagram.zip (459.0 KB) I’m trying to create a list of shapes based on a shape in an existing Document. I’m getting the shapes created and labeled, but every other shape is filled incorrectly. If you resize any of …...on a shape in an existing document. I’m getting the shapes created...name) } if($shape.GetPureText().Trim() -match '[1345]$'){ $Shape...

    forum.aspose.com/t/color-not-set-correctly-for-...
  5. Chat sessions|Documentation

    Create chat sessions, send messages, manage the current session, Trim the KV cache, and understand concurrency constraints in Aspose.LLM for .NET.... You can trim it explicitly with ForceCacheCleanup...General-purpose; default for automatic trimming. KeepSystemPromptOnly System...

    docs.aspose.com/llm/net/developer-reference/cha...
  6. Row class | Aspose.Words for Node.js

    Aspose.Words.Tables.Row class. Represents a table row...the Working with Tables documentation article. Remarks Row can...(Inherited from Node ) document Gets the document to which this node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 4571 -Kmz ->Topojson -Results does not see in Q...

    Hi Alexander, Kmz ->Topojson Results does not see in QGIS, conversion succeeded. Link to screencast: https://app.screencast.com/etcR3d4wLzH7k Attached samples: input/output/QGIS. Bug 4571 KMZ to TopoJson -results d…... What you can do Trim the geometry to 2‑D during conversion...conversionOptions); } Relevant documentation TopoJSON driver – Aspose...

    forum.aspose.com/t/4571-kmz-topojson-results-do...
  8. Bug 5107: Converting Kmz to TopoJson- Conversio...

    Hi Alexander, Please see: Test data(unput/output/QGIS) 5107 Kmz -TopoJson.zip (26.5 KB) Thanks,... Solution – trim the geometry to 2‑D when writing...conversionOptions); References Aspose.GIS documentation on TopoJSON options: https://docs...

    forum.aspose.com/t/bug-5107-converting-kmz-to-t...
  9. Aspose.PSD的.NET 23.2版 - 发行说明|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.... Trim (). ToUpper ()) { case "NAME"...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. 如果在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