Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 34,680 for

line

(0.69 sec)
  1. How to set different headers for odd and even p...

    docx file: 奇偶页眉.docx (17.0 KB) html result: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt…...</title> </head> <body style="line-height:116%; widows:0; orphans:0;...margin-bottom:8pt; text-align:center; line-height:normal; font-size:9pt">...

    forum.aspose.com/t/how-to-set-different-headers...
  2. GridConfig|Documentation

    GridConfig element generates a matrix of numbered bubbles that are combined into a single answer....Each digit is represented as a line or column of bubbles, depending...Underline - draw a horizontal line. GridHeaderTypeEnum.Square -...

    docs.aspose.com/omr/net/programmatic-forms/grid...
  3. 从PDF中提取段落|Aspose.PDF for Java

    本文描述了如何使用ParagraphAbsorber - Aspose.PDF中的一个特殊工具从PDF文档中提取文本。... List < TextFragment > line : paragraph . getLines ()) {...for ( TextFragment fragment : line ) { paragraphText . append (...

    docs.aspose.com/pdf/zh/java/extract-paragraph-f...
  4. Saving as SVG mess up text extraction in this d...

    In this attached document 4411_NOK.pdf (114.5 KB) If I try to do text extraction after saving the doc as SVG, some characters are substituted by others. It reads : “En utilisant nos services ou en vous inscrivant, vou…...(List<TextFragment> line in paragraph.Lines) { foreach (TextFragment...(TextFragment fragment in line) { paragraphText.Append(fragment.Text);...

    forum.aspose.com/t/saving-as-svg-mess-up-text-e...
  5. BorderCollection indexer | Aspose.Words for Python

    BorderCollection indexer. Retrieves a [Border](../../border/) object by index.... line_style = aw . LineStyle . DOT_DASH...DOT_DASH # After changing the line style of the borders in just...

    reference.aspose.com/words/python-net/aspose.wo...
  6. BorderCollection.equals method | Aspose.Words f...

    BorderCollection.equals method. Compares collections of borders.... line_style = aw . LineStyle . DOT_DASH...DOT_DASH # After changing the line style of the borders in just...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Specify Default Presentation Fonts in JavaScrip...

    Set default fonts in Aspose.Slides for Node.js via Java to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....(kerning, advances) and therefore line breaks and wrapping? Yes. Changing...glyph metrics and can alter line breaks, wrapping, and pagination...

    docs.aspose.com/slides/nodejs-java/default-font/
  8. PST | Not able to convert .ics files to PST | P...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, Line 57, in run() File “mailissue.py”,…...py”, line 57, in run() File “mailissue.py”, line 49, in run...the .ics file or any specific lines that might be causing the issue...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  9. Convert KML to CSV GIS Data via .NET or C# | pr...

    Try our On-Premise APIs to convert KML to CSV on .NET Framework, .NET Core, C#....Conversion can be done with just one line of code while using VectorLayer...comma separated values. Each line in a CSV file is a new record...

    products.aspose.com/gis/net/conversion/kml-to-csv/
  10. Document.GetPageInfo(0) runs indefinitely for s...

    Hello! We have observed that for some documents, executing the method document.GetPageInfo(0) never finishes. I have attached a sample C# solution that demonstrates the issue. AsposeInfiniteLoadingBug.7z (54.5 KB) The…... each line of text should be stretched...occupy the entire width of the line. The bug was originally found...

    forum.aspose.com/t/document-getpageinfo-0-runs-...