Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,630 for

boolean

(1.3 sec)
  1. Bookmark.isColumn property | Aspose.Words for N...

    Bookmark.isColumn property. Returns ``true`` if this bookmark is a table column bookmark.... get isColumn () : boolean Examples Shows how to get information...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Extract Assets from X File Formats via Java | p...

    Sample Java extract assets code for X file. Use this example code to extract assets from X file within any Web or Desktop Java based application....Extract(Scene scene, Zip za, boolean texture) throws IOException...fileName, byte [] content, boolean enableCompression) throws IOException...

    products.aspose.com/3d/java/extractor/x/
  3. isLandscape() Does Not Return Correct Value - F...

    Hello, Using jar: aspose-pdf-25.2-jdk17.jar I don’t know why this is happening, but no matter what I do and what PDF document I open, the value I receive for isLandscape() is always “false”, even in cases where it is a…...getHeight(); boolean isLandscape = page.getPageInfo()...7:00pm 2 @sharonez sharonez: boolean isLandscape = page.getPageInfo()...

    forum.aspose.com/t/islandscape-does-not-return-...
  4. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...getValue()); } boolean useLandscape = maxContentWidth...getImageData().getImageSize(); boolean tooBig = size.getWidthPoints()...

    forum.aspose.com/t/content-is-still-being-slice...
  5. DocumentBuilder.moveToBookmark method | Aspose....

    Aspose.Words.DocumentBuilder.moveToBookmark method...string , isStart : boolean , isAfter : boolean ) Parameter Type...move the cursor to. isStart boolean When true , moves the cursor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CellFormat.hideMark property | Aspose.Words for...

    CellFormat.hideMark property. Returns or sets visibility of cell mark.... get hideMark () : boolean Remarks Specifies that table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.removeJavaScriptFromLinks prope...

    HtmlSaveOptions.removeJavaScriptFromLinks property. Specifies whether JavaScript will be removed from links...removeJavaScriptFrom () : boolean Remarks If this option is enabled...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HtmlFixedSaveOptions.removeJavaScriptFromLinks ...

    HtmlFixedSaveOptions.removeJavaScriptFromLinks property. Specifies whether JavaScript will be removed from links...removeJavaScriptFrom () : boolean Remarks If this option is enabled...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. TextPath | Aspose.Words for Java

    Defines the text and formatting of the text path of a WordArt object in Java.... setBold(boolean value) True if the font is...formatted as bold. setFitPath(boolean value) Defines whether the...

    reference.aspose.com/words/java/com.aspose.word...
  10. Empty page not getting removed - Free Support F...

    Hi Team, I have the following code that removes empty pages in document. But in one particular document , empty page (page number 3 ) is not getting removed. Providing the code for reference and attaching the document…...docx"); } private static boolean isSectionEmpty(NodeCollection...LayoutCollector(document); boolean lastPageEmpty = false; int...

    forum.aspose.com/t/empty-page-not-getting-remov...