Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 34,559 for

line

(0.21 sec)
  1. AxisTickLabels.alignment property | Aspose.Word...

    AxisTickLabels.alignment property. Gets or sets text alignment of the axis tick labels....property has effect only for multi-line labels. The default value is...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Format Text in Document in NPOI|Aspose.Words fo...

    Fformat text in a document easily and fast instead of using NPOI in C#....treated as a simple line break, and break the line after that word:...

    docs.aspose.com/words/net/format-text-in-docume...
  3. Options and Appearance Word Document|Aspose.Wor...

    Control the appearance of Word documents taking into account the difference between various Microsoft Word versions using C#....preferences or the number of lines per page.Aspose.Words provides...the number of characters per line, use the CharactersPerLine property...

    docs.aspose.com/words/net/work-with-word-docume...
  4. Aspose::Words::Drawing::Charts::ChartMarker::ge...

    Aspose::Words::Drawing::Charts::ChartMarker::get_Format method. Provides access to fill and Line formatting of this marker in C++....Provides access to fill and line formatting of this marker. System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Convert DOCM to Images in Python | products.asp...

    DOCM to image TIFF BMP PNG JPEG GIF EMF SVG conversion in your Python applications without using Microsoft Word...requiring only two lines of code. The first line loads the DOCM file...file, and the second line calls the save method with the appropriate...

    products.aspose.com/total/python-net/conversion...
  6. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…..."S","XL"] “L”;“M”;“S”;“XL” New Line \n ["L","M","S","XL"] “L”\n"M"\n"S"\n"XL"...{"Size":"XL"}] `“L”;“M”;“S”;“XL” New Line \n [{"Size":"L"},{"Size":"M"}...

    forum.aspose.com/t/handling-json-array-as-singl...
  7. Alignment match with an RSPT RDLC reference rep...

    Hi Team, How can I create an Aspose Word template that matches the alignment of an RDLC report? Is there any tool or an easier way to replicate the layout? I’ve attached a reference RDLC report and the Aspose template I…...placement, and no extra blank lines between rows. Why the layout...and Spacing After to 0 pt and Line spacing to Single . Word’s Paragraph...

    forum.aspose.com/t/alignment-match-with-an-rspt...
  8. 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...
  9. 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...
  10. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...(List<TextFragment> line in paragraph.Lines) { foreach (TextFragment...(TextFragment fragment in line) { paragraphText.Append(fragment.Text);...

    forum.aspose.com/t/text-fragments-found-in-page...