Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 36,140 for

list

(0.11 sec)
  1. ConditionalStyleCollection.OddRowBanding | Aspo...

    Discover the ConditionalStyleCollection OddRowBanding property to enhance your table's design with stylish odd row banding for better readability.... Bold = true ; // List all possible style conditions...

    reference.aspose.com/words/net/aspose.words/con...
  2. TableStyle.conditionalStyles property | Aspose....

    TableStyle.conditionalStyles property. Collection of conditional styles that may be defined for this table style.... bold = true ; // List all possible style conditions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TableSubstitutionRule | Aspose.Words for Java

    Table font substitution rule in Java....Remarks: This rule defines the list of substitute font names to...SetSubstitutes() can set a new list of substitute fonts for a font...

    reference.aspose.com/words/java/com.aspose.word...
  4. ConditionalStyle.shading property | Aspose.Word...

    ConditionalStyle.shading property. Gets a [Shading](../../shading/) object that refers to the shading formatting for this conditional style.... bold = True # List all possible style conditions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::idx_get method. Returns a DocumentProperty object by index in C++....// The document has a fixed list of built-in properties. The...

    reference.aspose.com/words/cpp/aspose.words.pro...
  6. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells.... bold = True # List all possible style conditions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert Bullet Points to Paragraph in Word File...

    Convert Bullet Points to Paragraph in Word File using C#. This article provides a List of steps and a sample code to remove bullet points from Word document using C#....the development environment, a list of steps, and a sample code...bullet points and numbered lists Iterate through all the paragraphs...

    kb.aspose.com/words/net/convert-bullet-points-t...
  8. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...outputStream, String filename, List<Long> pages) { try { MailMessage...

    forum.aspose.com/t/content-is-still-being-slice...
  9. Using Glyph objects | .NET

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs with C#....resultant list with points 4 List<Point> points = new List<Point>();...void AddPoint( int x, int y, List<Point> points) 37 { 38 Point...

    docs.aspose.com/font/net/developer-guide/using-...
  10. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...getSubFolder("Inbox"); // List to store message entry IDs java.util.List<String>... != null) { List<MessageInfo> result = new List<>(); findCon...

    forum.aspose.com/t/how-to-get-the-following-val...