Interface ChromeApplyStampRequestStreamP.InfoPOrBuilder

    • Method Detail

      • hasDocument

        boolean hasDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        Whether the document field is set.
      • getDocument

        PdfDocumentP getDocument()
        .ironpdfengineproto.PdfDocumentP document = 1;
        Returns:
        The document.
      • getDocumentOrBuilder

        PdfDocumentPOrBuilder getDocumentOrBuilder()
        .ironpdfengineproto.PdfDocumentP document = 1;
      • getTargetPagesList

        List<PdfiumPageP> getTargetPagesList()
        repeated .ironpdfengineproto.PdfiumPageP target_pages = 2;
      • getTargetPages

        PdfiumPageP getTargetPages​(int index)
        repeated .ironpdfengineproto.PdfiumPageP target_pages = 2;
      • getTargetPagesCount

        int getTargetPagesCount()
        repeated .ironpdfengineproto.PdfiumPageP target_pages = 2;
      • getTargetPagesOrBuilderList

        List<? extends PdfiumPagePOrBuilder> getTargetPagesOrBuilderList()
        repeated .ironpdfengineproto.PdfiumPageP target_pages = 2;
      • getTargetPagesOrBuilder

        PdfiumPagePOrBuilder getTargetPagesOrBuilder​(int index)
        repeated .ironpdfengineproto.PdfiumPageP target_pages = 2;
      • hasOpacity

        boolean hasOpacity()
        optional int32 opacity = 3;
        Returns:
        Whether the opacity field is set.
      • getOpacity

        int getOpacity()
        optional int32 opacity = 3;
        Returns:
        The opacity.
      • hasRotation

        boolean hasRotation()
        optional int32 rotation = 4;
        Returns:
        Whether the rotation field is set.
      • getRotation

        int getRotation()
        optional int32 rotation = 4;
        Returns:
        The rotation.
      • hasHorizontalAlignment

        boolean hasHorizontalAlignment()
        optional .ironpdfengineproto.HorizontalAlignmentP horizontal_alignment = 5;
        Returns:
        Whether the horizontalAlignment field is set.
      • getHorizontalAlignment

        HorizontalAlignmentP getHorizontalAlignment()
        optional .ironpdfengineproto.HorizontalAlignmentP horizontal_alignment = 5;
        Returns:
        The horizontalAlignment.
      • getHorizontalAlignmentOrBuilder

        HorizontalAlignmentPOrBuilder getHorizontalAlignmentOrBuilder()
        optional .ironpdfengineproto.HorizontalAlignmentP horizontal_alignment = 5;
      • hasVerticalAlignment

        boolean hasVerticalAlignment()
        optional .ironpdfengineproto.VerticalAlignmentP vertical_alignment = 6;
        Returns:
        Whether the verticalAlignment field is set.
      • getVerticalAlignment

        VerticalAlignmentP getVerticalAlignment()
        optional .ironpdfengineproto.VerticalAlignmentP vertical_alignment = 6;
        Returns:
        The verticalAlignment.
      • getVerticalAlignmentOrBuilder

        VerticalAlignmentPOrBuilder getVerticalAlignmentOrBuilder()
        optional .ironpdfengineproto.VerticalAlignmentP vertical_alignment = 6;
      • hasHorizontalOffset

        boolean hasHorizontalOffset()
        optional .ironpdfengineproto.LengthP horizontal_offset = 7;
        Returns:
        Whether the horizontalOffset field is set.
      • getHorizontalOffset

        LengthP getHorizontalOffset()
        optional .ironpdfengineproto.LengthP horizontal_offset = 7;
        Returns:
        The horizontalOffset.
      • getHorizontalOffsetOrBuilder

        LengthPOrBuilder getHorizontalOffsetOrBuilder()
        optional .ironpdfengineproto.LengthP horizontal_offset = 7;
      • hasVerticalOffset

        boolean hasVerticalOffset()
        optional .ironpdfengineproto.LengthP vertical_offset = 8;
        Returns:
        Whether the verticalOffset field is set.
      • getVerticalOffset

        LengthP getVerticalOffset()
        optional .ironpdfengineproto.LengthP vertical_offset = 8;
        Returns:
        The verticalOffset.
      • getVerticalOffsetOrBuilder

        LengthPOrBuilder getVerticalOffsetOrBuilder()
        optional .ironpdfengineproto.LengthP vertical_offset = 8;
      • hasMaxWidth

        boolean hasMaxWidth()
        optional .ironpdfengineproto.LengthP max_width = 9;
        Returns:
        Whether the maxWidth field is set.
      • getMaxWidth

        LengthP getMaxWidth()
        optional .ironpdfengineproto.LengthP max_width = 9;
        Returns:
        The maxWidth.
      • getMaxWidthOrBuilder

        LengthPOrBuilder getMaxWidthOrBuilder()
        optional .ironpdfengineproto.LengthP max_width = 9;
      • hasMaxHeight

        boolean hasMaxHeight()
        optional .ironpdfengineproto.LengthP max_height = 10;
        Returns:
        Whether the maxHeight field is set.
      • getMaxHeight

        LengthP getMaxHeight()
        optional .ironpdfengineproto.LengthP max_height = 10;
        Returns:
        The maxHeight.
      • getMaxHeightOrBuilder

        LengthPOrBuilder getMaxHeightOrBuilder()
        optional .ironpdfengineproto.LengthP max_height = 10;
      • hasMinWidth

        boolean hasMinWidth()
        optional .ironpdfengineproto.LengthP min_width = 11;
        Returns:
        Whether the minWidth field is set.
      • getMinWidth

        LengthP getMinWidth()
        optional .ironpdfengineproto.LengthP min_width = 11;
        Returns:
        The minWidth.
      • getMinWidthOrBuilder

        LengthPOrBuilder getMinWidthOrBuilder()
        optional .ironpdfengineproto.LengthP min_width = 11;
      • hasMinHeight

        boolean hasMinHeight()
        optional .ironpdfengineproto.LengthP min_height = 12;
        Returns:
        Whether the minHeight field is set.
      • getMinHeight

        LengthP getMinHeight()
        optional .ironpdfengineproto.LengthP min_height = 12;
        Returns:
        The minHeight.
      • getMinHeightOrBuilder

        LengthPOrBuilder getMinHeightOrBuilder()
        optional .ironpdfengineproto.LengthP min_height = 12;
      • hasHyperlink

        boolean hasHyperlink()
        optional string hyperlink = 13;
        Returns:
        Whether the hyperlink field is set.
      • getHyperlink

        String getHyperlink()
        optional string hyperlink = 13;
        Returns:
        The hyperlink.
      • getHyperlinkBytes

        com.google.protobuf.ByteString getHyperlinkBytes()
        optional string hyperlink = 13;
        Returns:
        The bytes for hyperlink.
      • hasScale

        boolean hasScale()
        optional double scale = 14;
        Returns:
        Whether the scale field is set.
      • getScale

        double getScale()
        optional double scale = 14;
        Returns:
        The scale.
      • hasIsStampBehindContent

        boolean hasIsStampBehindContent()
        optional bool is_stamp_behind_content = 15;
        Returns:
        Whether the isStampBehindContent field is set.
      • getIsStampBehindContent

        boolean getIsStampBehindContent()
        optional bool is_stamp_behind_content = 15;
        Returns:
        The isStampBehindContent.
      • hasOwnerPassword

        boolean hasOwnerPassword()
        optional string owner_password = 16;
        Returns:
        Whether the ownerPassword field is set.
      • getOwnerPassword

        String getOwnerPassword()
        optional string owner_password = 16;
        Returns:
        The ownerPassword.
      • getOwnerPasswordBytes

        com.google.protobuf.ByteString getOwnerPasswordBytes()
        optional string owner_password = 16;
        Returns:
        The bytes for ownerPassword.
      • hasUserPassword

        boolean hasUserPassword()
        optional string user_password = 17;
        Returns:
        Whether the userPassword field is set.
      • getUserPassword

        String getUserPassword()
        optional string user_password = 17;
        Returns:
        The userPassword.
      • getUserPasswordBytes

        com.google.protobuf.ByteString getUserPasswordBytes()
        optional string user_password = 17;
        Returns:
        The bytes for userPassword.
      • hasTimeout

        boolean hasTimeout()
        optional int32 timeout = 22;
        Returns:
        Whether the timeout field is set.
      • getTimeout

        int getTimeout()
        optional int32 timeout = 22;
        Returns:
        The timeout.
      • hasRenderDelay

        boolean hasRenderDelay()
        optional int32 render_delay = 23;
        Returns:
        Whether the renderDelay field is set.
      • getRenderDelay

        int getRenderDelay()
        optional int32 render_delay = 23;
        Returns:
        The renderDelay.
      • hasHtmlStamper

        boolean hasHtmlStamper()
        .ironpdfengineproto.ChromeHtmlStamperInfoP html_stamper = 18;
        Returns:
        Whether the htmlStamper field is set.
      • getHtmlStamper

        ChromeHtmlStamperInfoP getHtmlStamper()
        .ironpdfengineproto.ChromeHtmlStamperInfoP html_stamper = 18;
        Returns:
        The htmlStamper.
      • hasImageStamper

        boolean hasImageStamper()
        .ironpdfengineproto.ChromeImageStamperInfoP image_stamper = 19;
        Returns:
        Whether the imageStamper field is set.
      • getImageStamper

        ChromeImageStamperInfoP getImageStamper()
        .ironpdfengineproto.ChromeImageStamperInfoP image_stamper = 19;
        Returns:
        The imageStamper.
      • hasTextStamper

        boolean hasTextStamper()
        .ironpdfengineproto.ChromeTextStamperInfoP text_stamper = 20;
        Returns:
        Whether the textStamper field is set.
      • getTextStamper

        ChromeTextStamperInfoP getTextStamper()
        .ironpdfengineproto.ChromeTextStamperInfoP text_stamper = 20;
        Returns:
        The textStamper.
      • hasBarcodeStamper

        boolean hasBarcodeStamper()
        .ironpdfengineproto.ChromeBarcodeStamperInfoP barcode_stamper = 21;
        Returns:
        Whether the barcodeStamper field is set.
      • getBarcodeStamper

        ChromeBarcodeStamperInfoP getBarcodeStamper()
        .ironpdfengineproto.ChromeBarcodeStamperInfoP barcode_stamper = 21;
        Returns:
        The barcodeStamper.