Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 28,980 for

line

(0.04 sec)
  1. Markdown Text, Markdown Blockquote – C# Code

    Create Markdown text or Markdown blockquote in C#. Use the C# library to create Markdown from scratch and open, parse, or edit MD files....newLineTrivia element for an empty line after header var newLineTrivia...newLineTrivia element for an empty line after header. Use the constructor...

    products.aspose.com/html/net/markdown-text/
  2. MathObjectType | Aspose.Words for Java

    Specifies type of an Office Math object in Java....CONTINUE; } /// /// Append a line to the StringBuilder and indent...respect to surrounding text on the line. BAR Bar function, consisting...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Lists::ListLevel::get_TextPositi...

    Aspose::Words::Lists::ListLevel::get_TextPosition method. Returns or sets the position (in points) for the second Line of wrapping text for the list level in C++....position (in points) for the second line of wrapping text for the list...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. Converting HTML to PDF errors after upgrading f...

    Hi, please help, we are using Aspose.PDF for HTML to PDF conversions and encountering a blocking error when upgrading to .NET 8 or .NET 9, I have tried various versions of Aspose.PDF and the latest stable version 25.2.…...Convert_html_to_pdf_2() line 65 RuntimeMethodHandle.InvokeMethod(Object...this? We use ‘white-space: pre-line;’ in various places in our templates...

    forum.aspose.com/t/converting-html-to-pdf-error...
  5. Paragraph|Aspose.Slides 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....FillType :: NoFill ); } } } Line Portion...

    docs.aspose.com/slides/cpp/paragraph/
  6. Aspose::Words::Drawing::Charts::AxisTickLabelPo...

    Aspose::Words::Drawing::Charts::AxisTickLabelPosition enum. Specifies the possible positions for tick labels in C++....-> InsertChart ( ChartType :: Line , 500 , 300 ); SharedPtr < Chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Using Glyph objects | API Solution for C++

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs in C++....System::SharedPtr < LineTo > line = System::DynamicCast_noexcept...AddPoint((int32_t)line -> get_X(), (int32_t)line -> get_Y(), points);...

    docs.aspose.com/font/cpp/developer-guide/using-...
  8. Paragraph|Aspose.Slides for PHP 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....)) { $pres -> dispose (); } } Line Portion...

    docs.aspose.com/slides/php-java/paragraph/
  9. TableStyle.row_stripe property | Aspose.Words f...

    TableStyle.row_stripe property. Gets or sets a number of rows to include in the banding when the style specifies odd/even row banding.... end_table () # Apply a line style to all the borders of...black table_style . borders . line_style = aw . LineStyle . DOUBLE...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Clone a Document in C#|Aspose.Words for .NET

    Clone a document to get its identical copy using C#. When creating a copy, nodes and properties of the original document are cloned....generation, and you only need one line of code to get a copy of your...

    docs.aspose.com/words/net/clone-a-document/