Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 33,490 for

line

(0.16 sec)
  1. TxtSaveOptions.preserveTableLayout property | A...

    TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format...body of text, with just a new line for each row. txtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. RevisionColor enumeration | Aspose.Words for Py...

    aspose.words.layout.RevisionColor enumeration. Allows to specify color of document revisions....to the left of every revised line. doc . layout_options . revision_options...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Font::get_Position method | Aspo...

    Aspose::Words::Font::get_Position method. Gets or sets the position of text (in points) relative to the base Line. A positive number raises the text, and a negative number lowers it in C++....points) relative to the base line. A positive number raises the...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. 新建一个DwgImage对象,插入线段、图形以及图片,保存为PDF时都可以显示,保存成dwg时...

    public static void main(String[] args) { // 创建一个新的CadImage实例,指定DWG版本 DwgImage dwgImage = new DwgImage(); // 创建一条直线 CadLine Line = new CadLine(); Line.setFirstPoint(new Cad3DPoint(0, 0, 0)); Line.setSec…...// 创建一条直线 CadLine line = new CadLine(); line.setFirstPoint(new...0)); line.setSecondPoint(new Cad3DPoint(0, 100, 0)); line.setLayerName("0");...

    forum.aspose.com/t/dwgimage-pdf-dwg/320179
  5. Odso Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.Odso class for seamless mail merge integration. Optimize your ODSO settings for efficient data source management.... The first line contains the three columns'...names, // and each subsequent line is a row with their respective...

    reference.aspose.com/words/net/aspose.words.set...
  6. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....Shows how to preserve empty line while load a document. String...indicating whether to preserve empty lines while load a LoadFormat.MARKDOWN...

    reference.aspose.com/words/java/com.aspose.word...
  7. Find and Replace in C++|Aspose.Words for C++

    Find a string or regular expression pattern in your document and replace it with the text you want using C++....for a page break, and &l for a line break. Note that the metacharacter...is replace the following two lines: auto header = headersFooters...

    docs.aspose.com/words/cpp/find-and-replace/
  8. Extract text from PDF in CLI | Aspose.PDF

    Simple CLI example to extract text from PDF file....command lines is simple and clear. Just use the command line to execute...

    products.aspose.com/pdf/cpp-cli/parser/text/
  9. Extract images from PDF in CLI | Aspose.PDF

    Simple CLI example to extract images from PDF file....command lines is simple and clear. Just use the command line to execute...

    products.aspose.com/pdf/cpp-cli/parser/images/
  10. Convert HTML to DOCX in Java – Aspose.HTML for ...

    Convert HTML to DOCX using Aspose.HTML for Java API. Consider various HTML to DOCX conversion scenarios in Java code examples.... HTML to DOCX by a single line of Java code HTML to DOCX conversion...DOCX file with just a single line of code! Copy 1 // Convert HTML...

    docs.aspose.com/html/java/convert-html-to-docx/