Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 17,153 for

true type

(0.14 sec)
  1. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific Type in Java....collection of nodes of a specific type. To learn more, visit the Aspose...selection of nodes of the specified type, but the nodes are stored in...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldLink Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldLink class for seamless LINK field implementation. Enhance your document processing with powerful features today!...FieldFormat object that provides typed access to field’s formatting...Gets or sets the application type of the link information. Result...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ShapeTextOrientation | Aspose.Words for Java

    Specifies orientation of text in shapes in Java....hasDataLabels(true); dataLabels.setShowValue(true); dataLabels...dataLabels.setShowCategoryName(true); // Define data label shape. dataLabels...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldListNum | Aspose.Words for Java

    Implements the LISTNUM field in Java....FIELD_LIST_NUM, true); // Lists start counting at...insertField(FieldType.FIELD_LIST_NUM, true); // This field will start a...

    reference.aspose.com/words/java/com.aspose.word...
  5. CustomXmlPropertyCollection.Item | Aspose.Words...

    Access specific properties effortlessly with CustomXmlPropertyCollection. Retrieve items by name for streamlined data management and enhanced productivity.... SmartTag , true ). OfType < SmartTag >(). ToArray...each type of smart tag. // The properties of a "date"-type smart...

    reference.aspose.com/words/net/aspose.words.mar...
  6. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...ExportImagesAsBase64 = true, ExportPrintAreaOnly = true, ExportHiddenWorkshee...ExcludeUnusedStyles = true, ExportActiveWorkshee = true, Encoding = Encoding...

    forum.aspose.com/t/graphic-elements-in-html-are...
  7. Aspose::Words::Fields::FieldXE class | Aspose.W...

    Aspose::Words::Fields::FieldXE class. Implements the XE field. To learn more, visit the documentation article in C++....Gets or sets an index entry type. get_FieldEnd () const Gets...FieldFormat object that provides typed access to field’s formatting...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. FieldImport class | Aspose.Words for Python

    aspose.words.fields.FieldImport class. Implements the IMPORT field...FieldFormat object that provides typed access to field’s formatting...from Field ) type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.get_child method | Aspose.Words f...

    CompositeNode.get_child method. Returns an Nth child node that matches the specified Type....get_child method get_child(node_type, index, is_deep) Returns an...the specified type. def get_child ( self , node_type : aspose ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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…...type == aw.fields.FieldType.FIELD_LIST_NUM:...get_child_nodes(aw.NodeType.PARAGRAPH, True): para = p.as_paragraph() if...

    forum.aspose.com/t/converting-word-lists-to-tex...