Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 8,578 for

boolean

(1.8 sec)
  1. JsonDataLoadOptions.SimpleValueParseMode | Aspo...

    Discover how the SimpleValueParseMode property in JsonDataLoadOptions enhances JSON parsing for nulls, Booleans, numbers, and strings. Optimize your data loading today!...JSON simple values (null, boolean, number, integer, and string)...

    reference.aspose.com/words/net/aspose.words.rep...
  2. Field.isLocked property | Aspose.Words for Node.js

    Field.isLocked property. Gets or sets whether the field is locked (should not recalculate its result).... get isLocked () : boolean Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldChar.isLocked property | Aspose.Words for ...

    FieldChar.isLocked property. Gets or sets whether the parent field is locked (should not recalculate its result).... get isLocked () : boolean Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Table.allowOverlap property | Aspose.Words for ...

    Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed... get allowOverlap () : boolean Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....clearRunAttrs() deepClone(boolean isCloneChildren) Creates a...index, boolean isDeep) getChildNodes(int nodeType, boolean isDeep)...

    reference.aspose.com/words/java/com.aspose.word...
  6. FindReplaceOptions.IgnoreShapes | Aspose.Words ...

    Discover the IgnoreShapes property of FindReplaceOptions. Control shape inclusion in text processing with this essential Boolean setting for improved accuracy....IgnoreShapes property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Support for German Locale in Named Range Formul...

    Learn how to handle named range formulae in German locale using Aspose.Cells with Golang via C++....xlsm Implement Errors and Boolean Values in Russian or Any Other...

    docs.aspose.com/cells/go-cpp/support-for-german...
  8. FindReplaceOptions.ignore_shapes property | Asp...

    FindReplaceOptions.ignore_shapes property. Gets or sets a Boolean value indicating either to ignore shapes within a text....ignore_shapes property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FontInfoCollection.embedTrueTypeFonts property ...

    FontInfoCollection.embedTrueTypeFonts property. Specifies whether or not to embed TrueType fonts in a document when it is saved...get embedTrueTypeFonts () : boolean Remarks Embedding TrueType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...get_Item(1); boolean isLandscape = page.getPageInfo()...pdfDocument.getPages().get_Item(1); boolean isLandscape = page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504