Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 6,844 for

boolean

(0.12 sec)
  1. Row.isLastRow property | Aspose.Words for Node.js

    Row.isLastRow property. True if this is the last row in a table; false otherwise.... get isLastRow () : boolean Examples Shows how to set a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.isTopLevel property | Aspose.Words fo...

    ShapeBase.isTopLevel property. Returns ``true`` if this shape is not a child of a group shape.... get isTopLevel () : boolean Examples Shows how to tell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. 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...
  5. 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...
  6. ImportFormatOptions.MergePastedLists | Aspose.W...

    Control list merging with the ImportFormatOptions MergePastedLists property. Easily manage pasted lists to enhance document formatting. Default, false....MergePastedLists property Gets or sets a boolean value that specifies whether...

    reference.aspose.com/words/net/aspose.words/imp...
  7. HorizontalRuleFormat.noShade property | Aspose....

    HorizontalRuleFormat.noShade property. Indicates the presence of 3D shading for the horizontal rule... get noShade () : boolean Remarks The default value is...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Run::get_IsPhoneticGuide method ...

    Aspose::Words::Run::get_IsPhoneticGuide method. Gets a Boolean value indicating either the run is a phonetic guide in C++....Run::get_IsPhoneticGuide method Gets a boolean value indicating either the...

    reference.aspose.com/words/cpp/aspose.words/run...
  9. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...insert into relative position boolean isFound = false; for (int i...getChildNodes(NodeType.PARAGRAPH, true); boolean isFound = false; for (Paragraph...

    forum.aspose.com/t/alternative-way-to-extract-a...
  10. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and Library. You can set the Print Area, Print Titles, and Page Order....follows: GetPrintGridlines() : a Boolean property that defines whether...not. GetPrintHeadings() : a Boolean property that defines whether...

    docs.aspose.com/cells/cpp/setting-print-options/