Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 37,957 for

list

(0.13 sec)
  1. ListFormat.remove_numbers method | Aspose.Words...

    ListFormat.remove_numbers method. Removes numbers or bullets from the current paragraph and sets List level to zero....the current paragraph and sets list level to zero. def remove_numbers...equivalent to setting the ListFormat.list property to None . Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SdtListItem | Aspose.Words for Java

    This element specifies a single List item within a parent SdtType.COMBO_BOX or SdtType.DROP_DOWN_List structured document tag in Java....This element specifies a single list item within a parent SdtType...COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag. To...

    reference.aspose.com/words/java/com.aspose.word...
  3. ListLevel.start_at property | Aspose.Words for ...

    ListLevel.start_at property. Returns or sets the starting number for this List level....the starting number for this list level. @property def start_at...Examples Shows how to apply custom list formatting to paragraphs when...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 表格样式问题 - 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
  5. Aspose::Words::Lists::ListLabel::get_LabelStrin...

    Aspose::Words::Lists::ListLabel::get_LabelString method. Gets a string representation of List label in C++....Aspose::Words::Lists::ListLabel::get_LabelString method Contents...of list label. System :: String Aspose :: Words :: Lists :: ListLabel...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets List level to zero....the current paragraph and sets list level to zero. removeNumbers...equivalent to setting the ListFormat.list property to null . Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around....docx' ) shapes = list ( filter ( lambda a : a is not...lambda x : x . as_shape (), b ), list ( doc . get_child_nodes ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ReportBuilder.build_report_to_images method | A...

    aspose.words.lowcode.ReportBuilder.build_report_to_images method..., data : List [ object ], data_source_names : List [ str ]):...output’s save options. data List[object] An array of data source...

    reference.aspose.com/words/python-net/aspose.wo...
  9. List.hasSameTemplate method | Aspose.Words for ...

    List.hasSameTemplate method. Returns true if the current List and the given List are created from the same template....true if the current list and the given list are created from the...Words . Lists . List ) Parameter Type Description other List Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a List by index....indexer __getitem__(index) Gets a list by index. def __getitem__ (...how to apply list formatting of an existing list to a collection...

    reference.aspose.com/words/python-net/aspose.wo...