Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 7,255 for

boolean

(0.07 sec)
  1. ShapeBase.isImage property | Aspose.Words for N...

    ShapeBase.isImage property. Returns ``true`` if this shape is an image shape.... get isImage () : boolean Examples Shows how to open...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MarkdownLoadOptions.ImportUnderlineFormatting |...

    Discover the MarkdownLoadOptions ImportUnderlineFormatting property. Control underline text formatting with a simple Boolean setting. Enhance your Markdown experience!...ImportUnderlineForma property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/net/aspose.words.loa...
  3. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the C# API or .NET Library to programmatically display and hide an Excel worksheet. Additionally, how to show and hide Excel workbook tabs.... IsVisible is a Boolean property, which means that...WorkbookSettings.ShowTabs is a Boolean property, which means that...

    docs.aspose.com/cells/net/show-and-hide-workshe...
  4. IChartDataPoint.bubble3D property | Aspose.Word...

    IChartDataPoint.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.... get bubble3D () : boolean Examples Shows how to use 3D...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::TextBox::get_NoTextRota...

    Aspose::Words::Drawing::TextBox::get_NoTextRotation method. Gets or sets a Boolean value indicating either text of the TextBox should not rotate when the shape is rotated in C++....ion method Gets or sets a boolean value indicating either text...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. FrameFormat.isFrame property | Aspose.Words for...

    FrameFormat.isFrame property. Returns ``true`` if the paragraph is a frame.... get isFrame () : boolean Examples Shows how to get information...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. MarkdownLoadOptions class | Aspose.Words for No...

    Aspose.Words.Loading.MarkdownLoadOptions class. Allows to specify additional options when loading [LoadFormat.Markdown](../../aspose.words/loadformat/#Markdown) document into a [Document](../../aspose.words/document/) object....importUnderlineForma Gets or sets a boolean value indicating either to...preserveEmptyLines Gets or sets a boolean value indicating whether to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....clearRunAttrs() deepClone(boolean isCloneChildren) Creates a...made to the document. isDirty(boolean value) Sets whether the current...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for Java 20.4 - 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.... (Path operations (boolean operations), index of the shape...text.ITextStyle.setFauxBold(boolean) M:com.aspose.psd.fileformats...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  10. How to check if Run is a Field? - Free Support ...

    Hi, I drafted the following method based on some C# form answer. Please let me know if that’s correct or maybe there is a way to simplify it? private static Boolean isField(Document word, Run run) { try { …... private static boolean isField(Document word, Run...the process: private static boolean isField(Document word, Run...

    forum.aspose.com/t/how-to-check-if-run-is-a-fie...