Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 7,161 for

true type

(0.08 sec)
  1. OfficeMath.DisplayType | Aspose.Words for .NET

    Discover the OfficeMath DisplayType property for flexible equation formatting—choose between inline or standalone display for enhanced document clarity....Gets/sets Office Math display format type which represents whether an...set ; } Remarks Display format type has effect for top level Office...

    reference.aspose.com/words/net/aspose.words.mat...
  2. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....STRUCTURED_DOCUMENT_TAG_RANGE_START, true).get(0); StructuredDocumentTa...STRUCTURED_DOCUMENT_TAG_RANGE_END, true).get(0); System.out.println...

    reference.aspose.com/words/java/com.aspose.word...
  3. LoadOptions.PreserveIncludePictureField | Aspos...

    Control the INCLUDEPICTURE field in Microsoft Word formats with LoadOptions PreserveIncludePictureField. Easily manage document formatting for optimal results.... FieldIncludePicture , true ); includePicture . SourceFullName...; includePicture . Update ( true ); using ( MemoryStream docStream...

    reference.aspose.com/words/net/aspose.words.loa...
  4. Aspose::Words::Fields::FieldEnd class | Aspose....

    Aspose::Words::Fields::FieldEnd class. Represents an end of a Word field in a document. To learn more, visit the documentation article in C++....get_FieldType () const Returns the type of the field. get_Font () Provides...get_HasSeparator () const Returns true if this field has a separator...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified Type....method get_child_nodes(node_type, is_deep) Returns a live collection...specified type. def get_child_nodes ( self , node_type : aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::DocumentBuilderOptions class | A...

    Aspose::Words::DocumentBuilderOptions class. Allows to specify additional options for the document building process in C++....get_ContextTableFormatti () const True if the formatting applied to...follows it. Default value is true . GetType () const override...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. AxisTickMark | Aspose.Words for Java

    Specifies the possible positions for tick marks in Java....hasMajorGridlines(true); xAxis.hasMinorGridlines(true); // Define Y-axis...hasMajorGridlines(true); yAxis.hasMinorGridlines(true); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  8. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....a HeaderFooter of a specific type or the HeaderFooter has no child...the header/footer of the same type of the previous section in Microsoft...

    reference.aspose.com/words/java/com.aspose.word...
  9. 如何在演示文稿中创建图表|Aspose.Slides 文档

    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.... CenterText = true ; chart . ChartTitle . Height...Height = 20 ; chart . HasTitle = true ; //将第一系列设置为显示值 chart . ChartData...

    docs.aspose.com/slides/zh/net/how-to-create-cha...
  10. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....IsComposite { get; } Returns true if this node can contain other...abstract NodeType { get; } Gets the type of this node. ParentNode { get;...

    reference.aspose.com/words/net/aspose.words/node/