Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 2,557 for

trim document

(0.15 sec)
  1. 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-...
  2. Footnote class | Aspose.Words for Node.js

    Aspose.Words.Notes.Footnote class. Represents a container for text of a footnote or endnote...with Footnote and Endnote documentation article. Remarks The Footnote...footnotes and endnotes in a Word document. Footnote is an inline-level...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. Cell class | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Run.remove() adds/leaves an empty line in some ...

    Greetings, We recently made the step to update our outdated “Aspose.Words for Java” 17.4 jdk16 to the latest version. So far every conflict could be solved apart from one where we request your assistance: Summary of o…...<<pagebreak>> String within the document, we delete this marker and...For this purpose we use the Document.getRange().replace(...) API...

    forum.aspose.com/t/run-remove-adds-leaves-an-em...
  6. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this page to quickly solve your problem on general questions or specific topics....perform a wide variety of document processing tasks. With Aspose...convert, render, and print documents without third-party applications...

    docs.aspose.com/words/net/faq/
  7. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word Documents, enhancing your Document's layout and functionality....Represents a table in a Word document. To learn more, visit the...the Working with Tables documentation article. public class Table...

    reference.aspose.com/words/net/aspose.words.tab...
  8. 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...
  9. ASPOSE Connectivity issue - Free Support Forum ...

    Hi Team, We are using APOSE Valid Metered license key(ASPOSE TOTAL for .NET), we have notice that when we have made the call to ASPOSE server from our API we have go the below message and looks like this is due to conn…... Error Message on documents “Created with an evaluation...we have not got the popper` document response from ASPOSE We have...

    forum.aspose.com/t/aspose-connectivity-issue/32...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Document doc = new Aspose.Words.Document(desPath);...tocItem.ToString(SaveFormat.Text).Trim(); if (tocItem != null) { if...

    forum.aspose.com/t/word/316558