Sort Score
Result 10 results
Languages All
Labels All
Results 6,151 - 6,160 of 17,437 for

true type

(0.23 sec)
  1. ListFormat.list property | Aspose.Words for Nod...

    ListFormat.list property. Gets or sets the list this paragraph is a member of.... // Below are two types of lists that we can create...listFormat . isListItem ). toEqual ( true ); // By setting the "ListLevelNumber"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用 C++ 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...chart -> set_HasDataTable ( true ); chart -> get_ChartData ()..."Series 2" )), chart -> get_Type ()); // 获取第一条图表系列 SharedPtr...

    docs.aspose.com/slides/zh/cpp/chart-data-label/
  3. InlineStory.is_move_to_revision property | Aspo...

    InlineStory.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....is_move_to_revision property Returns True if this object was moved (inserted)...( aw . NodeType . FOOTNOTE , True )))) self . assertEqual ( 5...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Content control data extract and replace with u...

    HI Gembox Team, We have to develop an enhancement for word’s content control. Requirement is below, Extract the content control data from word, Process business logic on it and replace the content control with process…...bookmarks or specific node types Node startNode = doc.getRange()...extractContent(startNode, endNode, true); // Process the extracted data...

    forum.aspose.com/t/content-control-data-extract...
  5. FieldIncludeText.lock_fields property | Aspose....

    FieldIncludeText.lock_fields property. Gets or sets whether to prevent fields in the included document from being updated....source_full_name , lock_fields , mime_type , text_converter , encoding...builder . insert_field ( field_type = aw . fields . FieldType ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldIncludeText.bookmark_name property | Aspos...

    FieldIncludeText.bookmark_name property. Gets or sets the name of the bookmark in the document to include....source_full_name , lock_fields , mime_type , text_converter , encoding...builder . insert_field ( field_type = aw . fields . FieldType ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.is_insert_revision property | Aspose....

    ShapeBase.is_insert_revision property. Returns True if this object was inserted in Microsoft Word while change tracking was enabled....is_insert_revision property Returns true if this object was inserted...ShapeType . CUBE ) shape . wrap_type = aw . drawing . WrapType ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. WrapType enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... wrap_type = aw . drawing . WrapType .... NONE shape . behind_text = True # Place the image at the center...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::NodeCollection::Insert method | ...

    Aspose::Words::NodeCollection::Insert method. Inserts a node into the collection at the specified index in C++....:: Node > & node ) Parameter Type Description index int32_t The...Insert ( 3 , newRun ); ASSERT_TRUE ( runs -> Contains ( newRun...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your document using Java....value 1 if the comparison is true or 0 if the comparison is false...You can also insert various types of fields using Aspose.Words...

    docs.aspose.com/words/java/insert-fields/