Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 4,385 for

trim document

(0.12 sec)
  1. PaperSize | Aspose.Words for Java

    Specifies paper size in Java.... Document doc = new Document(); DocumentBuilder...Aspose.Words document by hand. Document doc = new Document(); // A...

    reference.aspose.com/words/java/com.aspose.word...
  2. Extra spacing when using bullet points - Free S...

    Hi, We are encountering additional line space between the note information(bullet points list) and the next paragraph and when bullet points are needed, that the letter produces extra line spacing between the bullet po…...trim().length() == 0) paragraph....insertion of HTML into the document....

    forum.aspose.com/t/extra-spacing-when-using-bul...
  3. TextPath.Bold | Aspose.Words for .NET

    TextPath Bold property. True if the font is formatted as bold in C#....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt... False ( shape . TextPath . Trim ); Assert . False ( shape ....

    reference.aspose.com/words/net/aspose.words.dra...
  4. TextPath.StrikeThrough | Aspose.Words for .NET

    TextPath StrikeThrough property. True if the font is formatted as strikethrough text in C#....InsertTextPaths () { Document doc = new Document (); // Insert a WordArt... False ( shape . TextPath . Trim ); Assert . False ( shape ....

    reference.aspose.com/words/net/aspose.words.dra...
  5. Problem when I try to build an image dynamicall...

    Hello everyone, I’m a beginner and I have a problem when I try to create an image dynamically. I have a template in word (*.docx) like this : I try to pass the ID param dynamically to the image like this : <<image…...following simple code: Document doc = new Document(@"C:\Temp\in.docx");...(18.3 KB) Please see our documentation for more information: https://docs...

    forum.aspose.com/t/problem-when-i-try-to-build-...
  6. FieldMergeField Class | Aspose.Words for .NET

    Aspose.Words.Fields.FieldMergeField class. Implements the MERGEFIELD field in C#....the Working with Fields documentation article. public class FieldMergeField...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Class TextPath | Aspose.Words for .NET API 参考

    Aspose.Words.Drawing.TextPath 班级. 定义文本路径的文本和格式艺术字对象... Trim { get; set; } 确定是否删除文本上方和下方的多余空格。...例子 展示如何使用艺术字。 { Document doc = new Document (); // 插入一个艺术字对象以在...

    reference.aspose.com/words/zh/net/aspose.words....
  8. Crear salto de pagina en un pdf existentes - Fr...

    Hola Tengo un código en el cual quiero que en un pdf existente insertar salto de pagina cada vez que me encuentra una condición. El problema que tengo es que cada vez que encuentra ese salto inserta la pagina pero no s…...PDF de origen Document sourceDocument = new Document(entrada); //...destino Document destinationDocument = new Document(); // Obtener...

    forum.aspose.com/t/crear-salto-de-pagina-en-un-...
  9. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....Words Document Object Model (DOM) documentation article. Remarks:...find all hyperlinks in a Word document, and then change their URLs...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....visit the Document Builder Overview documentation article. Remarks:...process of building a Document easier. Document is a composite object...

    reference.aspose.com/words/java/com.aspose.word...