Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 16,780 for

true type

(1.41 sec)
  1. MarkdownLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.MARKDOWN document into a Document object in Java....setPreserveEmptyLine(true); Document doc = new Document(new...loadOptions.setPreserveEmptyLine(true); Document doc = new Document(new...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldUnknown | Aspose.Words for Java

    Implements an unknown or unrecognized field in Java....not denote an objective field type in its field code. Field field...//a"); // The "FieldNone" field type is reserved for fields such...

    reference.aspose.com/words/java/com.aspose.word...
  3. BlockConfig|Documentation

    BlockConfig element is used to organize content within containers....namespaces to use BlockConfig types without specifying the fully...} } Required properties Name Type Description Children List<BaseConfig>...

    docs.aspose.com/omr/net/programmatic-forms/bloc...
  4. ChartDataLabelPosition | Aspose.Words for Java

    Specifies the position for a chart data label in Java.... Remarks: Not all series types allow you to specify label positions...color. series.hasDataLabels(true); ChartDataLabelCollec dataLabels...

    reference.aspose.com/words/java/com.aspose.word...
  5. TableCollection | Aspose.Words for Java

    Provides Typed access to a collection of Table nodes in Java....extends NodeCollection Provides typed access to a collection of Table...getChildNodes(NodeType.TABLE, true); for (int i = 0; i < tables...

    reference.aspose.com/words/java/com.aspose.word...
  6. Working with GridJs Highlight feature|Documenta...

    This article describes how to use highlight on cell text, cell ranges ,shapes and pictures in GridJs....special kind of shape which type property is :“TextBox”, in the...sheet . data . shapes whose type is 'TextBox' startpostion :...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  7. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf document into a Document object in Java....SHAPE, true); if (isSkipPdfImages) Assert...object. Parameters: Parameter Type Description obj java.lang.Object...

    reference.aspose.com/words/java/com.aspose.word...
  8. AbsolutePositionTab class | Aspose.Words for No...

    Aspose.Words.AbsolutePositionTab class. An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content...Inline ) isComposite Returns true if this node can contain other...Node ) isDeleteRevision Returns true if this object was deleted in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Section.ClearHeadersFooters | Aspose.Words for ...

    Effortlessly clear section headers and footers with the ClearHeadersFooters method. Streamline your document layout for a polished look!...Parameter Type Description preserveWatermarks Boolean True if the...MyDir + "Header and footer types.docx" ); // Add a plain text...

    reference.aspose.com/words/net/aspose.words/sec...
  10. Light Cells Customization implementation - Free...

    I am trying to do read and write operation using aspose cells version 24.7 and java version 17. I have implemented Light Cells API (implemented LightCellsDataHandler for read and LightCellsDataProvider for write operatio…...LinkedHashMap<>(); boolean isRowBlank = true; for (String columnName: columnNames...getValue(); int type = cell.getType(); switch ( type ){ case CellValueType...

    forum.aspose.com/t/light-cells-customization-im...