Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 33,598 for

line

(0.19 sec)
  1. 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...
  2. 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/
  3. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。...TextParagraph (); // Set subsequent lines indent paragraph . SubsequentLinesInden...HtmlFragment ( "`<body style='line-height: 100px;'><ul><li>Fir...

    docs.aspose.com/pdf/zh/net/add-text-to-pdf-file/
  4. Visual Component Editor|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....Wrap - flag that affects text line wrapping. Exception on incorrect...Wrap - flag that affects text line wrapping. Visible - flag that...

    docs.aspose.com/barcode/reportingservices/visua...
  5. Feature List | Python via .NET

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for Python....curve segments and straight line segments) Create text strings...curve segments, and straight line segments. Create text strings...

    docs.aspose.com/page/python-net/feature-list/
  6. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....NET Poly Line Shapes You can create or modify poly line shapes...for .NET: - Position - Size - Line - Fill (including Pattern, Gradient...

    docs.aspose.com/slides/net/features-overview/
  7. 图表渲染|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....Y Bar3D100PercentStack Y Line Line Y LineStacked Y Line100PercentStacke...

    docs.aspose.com/cells/zh/go-cpp/chart-rendering/
  8. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis.... Underline annotation is a line placed beneath selected text...is no longer valid. Squiggly line is used to underline the text...

    docs.aspose.com/pdf/python-net/highlights-annot...
  9. FieldGreetingLine Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldGreetingLine class, designed to effortlessly implement GREETINGLine fields for enhanced document personalization....Inserts a mail merge greeting line. Examples Shows how to insert...specify a format for our greeting line. field . NameFormat = "<< _BEFORE_...

    reference.aspose.com/words/net/aspose.words.fie...
  10. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("PolyLine color ID is {0}, layer's name is {1…...Changes: RGB Color Conversion : The line var rgbColor = CadColor.Fro...Hatch Pattern Retrieval : The line var hatchPattern = hatch.PatternName;...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...