Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 219,444 for

formatting

(0.27 sec)
  1. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style....# Conditional styles are formatting changes that affect only...conditional_styles . first_row . paragraph_format . alignment = aw . ParagraphAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ConditionalStyleCollection.top_left_cell proper...

    ConditionalStyleCollection.top_left_cell property. Gets the top left cell style....# Conditional styles are formatting changes that affect only...conditional_styles . first_row . paragraph_format . alignment = aw . ParagraphAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  3. List indentation lost after processing DOCX wit...

    Description: When processing a Word document that contains list elements with different indentation levels using Aspose.Words, the indentation Formatting is not preserved after saving the document again as a DOCX file. …...Words, the indentation formatting is not preserved after saving...The problem affects list formatting consistency in exported documents...

    forum.aspose.com/t/list-indentation-lost-after-...
  4. ParagraphFormat.ClearFormatting | Aspose.Words ...

    Reset your paragraph Formatting effortlessly with the ClearFormatting method, ensuring a polished and professional look for your documents....Resets to default paragraph formatting. public void ClearFormatting...Remarks Default paragraph formatting is Normal style, left aligned...

    reference.aspose.com/words/net/aspose.words/par...
  5. ListLevel.numberPosition property | Aspose.Word...

    ListLevel.numberPosition property. Returns or sets the position (in points) of the number or bullet for the list level....how to apply custom list formatting to paragraphs when using...levels of our custom list formatting to them. let builder = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ListLevel.TextPosition | Aspose.Words for .NET

    Discover the ListLevel TextPosition property to easily adjust the second line's position in points for enhanced list Formatting and clarity....how to apply custom list formatting to paragraphs when using...levels of our custom list formatting to them. DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  7. ListLevel.Alignment | Aspose.Words for .NET

    Discover the ListLevel Alignment property to easily customize list item justification. Enhance your document's clarity and visual appeal today!...how to apply custom list formatting to paragraphs when using...levels of our custom list formatting to them. DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Different LineSpacing (12 vs 13.5 Multiple) App...

    We are programmatically replacing paragraph content inside StructuredDocumentTag (SDT) elements in a Word document. The document contains two visually identical tables. After replacing the paragraph inside the SDT and c…...required to copy paragraph formatting, the cloned paragraph already...already has the same formatting as the original one. Please try...

    forum.aspose.com/t/different-linespacing-12-vs-...
  9. Aspose::Words::Style::get_AutomaticallyUpdate m...

    Aspose::Words::Style::get_AutomaticallyUpdate method. Specifies whether this style is automatically redefined based on the appropriate value in C++....the appropriate paragraph formatting has been changed. AutomaticallyUpdate...style reverts to the default formatting. ASSERT_FALSE ( doc -> get_Styles...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...this cell has no value, no format. This will impact downstream...doesn’t contain any value or formatting. This can lead to the appearance...

    forum.aspose.com/t/visit-public-cell-this-int-r...