Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 957 for

boolean operations

(0.06 sec)
  1. Optimizing Memory Usage while Working with Big ...

    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....there are many insert/delete operations for cells/rows, the performance...MemorySetting.Normal mode. Operating on Different Cell Types :...

    docs.aspose.com/cells/javascript-cpp/optimizing...
  2. Working with Content Controls in C#|Aspose.Word...

    Perform certain Operations on content controls dynamically while building a report using C#....enables you to perform certain operations on content controls dynamically...conditional expression must return a Boolean value. While building a report...

    docs.aspose.com/words/net/working-with-content-...
  3. ImageLoadException when running unit test with ...

    If I reference the most recent version (currently 3.20.0) of NUnit.Engine I cannot run NUnit tests that use Aspose.Imaging. If I stop referencing NUnit.Engine, things work. Can you point me to a solution? I have attache…...InvalidOperationExce : Operation is not valid due to the current...arguments, Signature sig, Boolean isConstructo r) at System.Reflection...

    forum.aspose.com/t/imageloadexception-when-runn...
  4. FindReplaceOptions.useSubstitutions property | ...

    FindReplaceOptions.useSubstitutions property. Gets or sets a Boolean value indicating whether to recognize and use substitutions within replacement patterns...useSubstitutions property Gets or sets a boolean value indicating whether to...get useSubstitutions () : boolean Remarks For the details on...

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

    Allows to specify additional options when loading CHM document into a Document object in Java....getWarningCallback() Called during a load operation, when an issue is detected...required. setConvertMetafilesT(boolean value) Sets whether to convert...

    reference.aspose.com/words/java/com.aspose.word...
  6. FindReplaceOptions.ignoreFootnotes property | A...

    FindReplaceOptions.ignoreFootnotes property. Gets or sets a Boolean value indicating either to ignore footnotes...ignoreFootnotes property Gets or sets a boolean value indicating either to... get ignoreFootnotes () : boolean Examples Shows how to ignore...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FieldInfo | Aspose.Words for Java

    Implements the INFO field in Java.... getFieldCode(boolean includeChildFieldCod) Returns...made to the document. isDirty(boolean value) Sets whether the current...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for Java 20.2 - Release Notes|Docume...

    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....performing the FlipRotate operation on Layer, PSD Image becomes...RasterImage.normalizeAngle(boolean,com.aspose.psd.Color) M:com...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  9. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java.... getFieldCode(boolean includeChildFieldCod) Returns...made to the document. isDirty(boolean value) Sets whether the current...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...bitwise operations: int flags = msg.getFlags(); boolean isRead...isRead = (flags & 1) != 0; boolean hasAttachments = (flags & 16) !=...

    forum.aspose.com/t/how-to-get-the-following-val...