Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 33,493 for

line

(0.31 sec)
  1. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。... TextFragment > line in paragraph . Lines ) { foreach ( Aspose...Text . TextFragment fragment in line ) { paragraphText . Append (...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  2. Aspose::Words::Font class | Aspose.Words for C+...

    Aspose::Words::Font class. Contains font attributes (font name, font size, color, and so on) for an object. To learn more, visit the documentation article in C++.... get_LineSpacing () Returns line spacing of this font (in points)...points) relative to the base line. A positive number raises the...

    reference.aspose.com/words/cpp/aspose.words/font/
  3. Convert DWT to OBJ via Python | products.aspose...

    Sample code for DWT to OBJ conversion. Use API example code for batch DWT files to OBJ conversion....files to OBJ in just a few lines of code. Load DWT file with... title blocks, layer names, line types and other similar information...

    products.aspose.com/cad/python-net/conversion/d...
  4. Convert DWT to OBJ via JavaScript | products.as...

    Sample code for DWT to OBJ conversion. Use API example code for batch DWT files to OBJ conversion....files to OBJ in just a few lines of code. Load DWT file with... title blocks, layer names, line types and other similar information...

    products.aspose.com/cad/javascript-net/conversi...
  5. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different workbooks, only the range copied from the first workbook will have its row outLine levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…... The last line of the outline for the first...and the second way is to add a line of data when copying. Please...

    forum.aspose.com/t/outline-levels-not-copying-c...
  6. DigitalSignatureUtil.sign method | Aspose.Words...

    Aspose.Words.DigitalSignatures.DigitalSignatureUtil.sign method...Shows how to add a signature line to a document, and then sign...Configure and insert a signature line, an object in the document that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Arithmetic operations resulted in an overflow -...

    I’ve seen similar topics here before, but not with a public answer (at least that I’ve noticed.) I get the error in the subject Line when attempting to convert an AVIF image to JPEG (or PNG). I’m using the code almost s…...get the error in the subject line when attempting to convert an...error throws on the image.Save() line. It doesn’t appear to matter...

    forum.aspose.com/t/arithmetic-operations-result...
  8. Aspose.Slides for Python via .NET Not Releasing...

    We have a requirement where we have to merge slides from multiples presentation into a single presentation. But when we load the presentation using with statement and exit the with statement the memory loaded by the pres…...10:26am 3 Line # Mem usage Increment Occurrences Line Contents...

    forum.aspose.com/t/aspose-slides-for-python-via...
  9. X Axis Vs. Category Axis with JavaScript via C+...

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for JavaScript via C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....axis, and the second chart is a line chart with X as a Category axis...). putValue ( 2 ); // Create Line Chart: X as Category Axis let...

    docs.aspose.com/cells/javascript-cpp/x-axis-vs-...
  10. Working with Paragraphs in C++|Aspose.Words for...

    Paragraph node manipulation practices using C++....attributes like color, line style, line width, distance from the...

    docs.aspose.com/words/cpp/working-with-paragraphs/