Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 33,930 for

list

(0.44 sec)
  1. Aspose::Words::Lists::ListLabel::get_LabelValue...

    Aspose::Words::Lists::ListLabel::get_LabelValue method. Gets a numeric value for this label in C++....Aspose::Words::Lists::ListLabel::get_LabelValue method Contents...int32_t Aspose :: Words :: Lists :: ListLabel :: get_LabelValue...

    reference.aspose.com/words/cpp/aspose.words.lis...
  2. ListLevel.CreatePictureBullet | Aspose.Words fo...

    Discover the ListLevel CreatePictureBullet method to effortlessly enhance your Lists with custom picture bullets, adding visual appeal and clarity....bullet shape for the current list level. public void CreatePictureBullet...for list item labels. Document doc = new Document (); List docList...

    reference.aspose.com/words/net/aspose.words.lis...
  3. Import Data to Worksheets in xlsx4j|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....ArrayList Java ArrayList < String > list = new ArrayList < String >();...few names to the list as string values list . add ( "laurence...

    docs.aspose.com/cells/java/import-data-to-works...
  4. ListLevel.is_legal property | Aspose.Words for ...

    ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....advances ways of customizing list labels. doc = aw . Document...DocumentBuilder ( doc = doc ) # A list allows us to organize and decorate...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ITextShaper.shape_text method | Aspose.Words fo...

    ITextShaper.shape_text method. Returns [Cluster](../../cluster/) objects generated from a sequence of text fragments...def shape_text ( self , runs : List [ str ], direction : aspose...UnicodeScript , enabled_font_features : List [ aspose . words . shaping ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListLevel.TrailingCharacter | Aspose.Words for ...

    Discover the ListLevel TrailingCharacter property to customize your List formatting by setting or retrieving the character after each List number....inserted after the number for the list level. public ListTrailingCharacte...Examples Shows how to apply custom list formatting to paragraphs when...

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

    Discover the ListLevel TabPosition property to easily adjust tab positions in points for your List levels, enhancing your document's formatting....position (in points) for the list level. public double TabPosition...Examples Shows how to apply custom list formatting to paragraphs when...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Splitter.RemoveBlankPages | Aspose.Words for .NET

    Effortlessly eliminate empty pages from your documents with the Splitter RemoveBlankPages method. Save time and enhance your workflow today!... Returns a list of page numbers that were removed...removed. public static List < int > RemoveBlankPages ( string...

    reference.aspose.com/words/net/aspose.words.low...
  9. Converting Word Lists to Text - Free Support Fo...

    Hello, I am trying to mimic the following VBA code using Aspose: ConvertNumbersToText Method | Microsoft Learn This word vba method (ActiveDocument.ConvertNumbersToText) converts all auto-numbering to text in a docume…...Converting Word Lists to Text Aspose.Words Product Family words-python...== aw.fields.FieldType.FIELD_LIST_NUM: f.unlink() ln22 August...

    forum.aspose.com/t/converting-word-lists-to-tex...
  10. 表格样式问题 - Free Support Forum - aspose.com

    运行的同样的代码为什么我的表格会突然变成这样子,另外一个是正常的 不正常表格: 正常表格: 代码中没有看出来任何问题 @Override public int replacing(ReplacingArgs args) throws Exception { // 获取文档对象 Document doc = (Document) args.getMatchNode().getDocument(); …...getMatchNode()); // 获取表头和数据 List<String> headers = (List<String>) tableData...get("header"); // 表头 List<List<Object>> tableDataList = (List<List<Object>>)...

    forum.aspose.com/t/topic/311952