Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 8,632 for

boolean

(4 sec)
  1. 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...
  2. 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...
  3. DocumentBuilder.bold property | Aspose.Words fo...

    DocumentBuilder.bold property. True if the font is formatted as bold.... get bold () : boolean Examples Shows how to fill...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. PdfSaveOptions.exportParagraphGraphicsToArtifac...

    PdfSaveOptions.exportParagraphGraphicsToArtifact property. Gets or sets a value determining whether a paragraph graphic should be marked as an artifact....exportParagraphGraph () : boolean Remarks Default value is false...

    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. Aspose::Words::ImportFormatOptions::get_MergePa...

    Aspose::Words::ImportFormatOptions::get_MergePastedLists method. Gets or sets a Boolean value that specifies whether pasted lists will be merged with surrounding lists. The default value is false in C++....sts method Gets or sets a boolean value that specifies whether...

    reference.aspose.com/words/cpp/aspose.words/imp...
  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. 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. 请教,如何在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