Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 8,630 for

boolean

(0.22 sec)
  1. ParagraphFormat.snapToGrid property | Aspose.Wo...

    ParagraphFormat.snapToGrid property. Specifies whether the current paragraph should use the document grid lines per page settings when laying out the contents in the paragraph.... get snapToGrid () : boolean Examples Shows how to specify...

    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. Row | Aspose.Words for Java

    Represents a table row in Java....clearRowAttrs() deepClone(boolean isCloneChildren) Creates a...index, boolean isDeep) getChildNodes(int nodeType, boolean isDeep)...

    reference.aspose.com/words/java/com.aspose.word...
  4. ChartLegend.overlay property | Aspose.Words for...

    ChartLegend.overlay property. Determines whether other chart elements shall be allowed to overlap legend... get overlay () : boolean Examples Shows how to edit...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartDataLabel.showBubbleSize property | Aspose...

    ChartDataLabel.showBubbleSize property. Allows to specify if bubble size is to be displayed for the data labels on a chart... get showBubbleSize () : boolean Examples Shows how to use 3D...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TextWatermarkOptions.is_semitrasparent property...

    TextWatermarkOptions.is_semitrasparent property. Gets or sets a Boolean value which is responsible for opacity of the watermark...is_semitrasparent property Gets or sets a boolean value which is responsible...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....clearRunAttrs() deepClone(boolean isCloneChildren) Creates a...index, boolean isDeep) getChildNodes(int nodeType, boolean isDeep)...

    reference.aspose.com/words/java/com.aspose.word...
  8. CellFormat | Aspose.Words for Java

    Represents all formatting for a table cell in Java.... setFitText(boolean value) If true , fits text...width of the cell. setHideMark(boolean value) Sets visibility of cell...

    reference.aspose.com/words/java/com.aspose.word...
  9. Specify Layout Options in C++|Aspose.Words for C++

    Specify Layout Options for various document layouts....properties: ShowHiddenText – a Boolean value, which specifies whether...rendered. ShowParagraphMarks – a Boolean value, which specifies whether...

    docs.aspose.com/words/cpp/specify-layout-options/
  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