Interface ApplyStampRequestStream.InfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyStampRequestStream.Info
,ApplyStampRequestStream.Info.Builder
- Enclosing class:
ApplyStampRequestStream
public static interface ApplyStampRequestStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
.IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
.IronPdfEngine.Proto.PdfDocument document = 1;
.IronPdfEngine.Proto.PdfDocument document = 1;
optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
.IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
.IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
optional string hyperlink = 13;
com.google.protobuf.ByteString
optional string hyperlink = 13;
.IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
.IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
boolean
optional bool is_stamp_behind_content = 15;
optional .IronPdfEngine.Proto.Length max_height = 10;
optional .IronPdfEngine.Proto.Length max_height = 10;
optional .IronPdfEngine.Proto.Length max_width = 9;
optional .IronPdfEngine.Proto.Length max_width = 9;
optional .IronPdfEngine.Proto.Length min_height = 12;
optional .IronPdfEngine.Proto.Length min_height = 12;
optional .IronPdfEngine.Proto.Length min_width = 11;
optional .IronPdfEngine.Proto.Length min_width = 11;
int
optional int32 opacity = 3;
int
optional int32 rotation = 4;
double
getScale()
optional double scale = 14;
int
getTargetPagesIndexes
(int index) repeated int32 target_pages_indexes = 2;
int
repeated int32 target_pages_indexes = 2;
repeated int32 target_pages_indexes = 2;
.IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
.IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
boolean
.IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
boolean
.IronPdfEngine.Proto.PdfDocument document = 1;
boolean
optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
boolean
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
boolean
.IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
boolean
optional string hyperlink = 13;
boolean
.IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
boolean
optional bool is_stamp_behind_content = 15;
boolean
optional .IronPdfEngine.Proto.Length max_height = 10;
boolean
optional .IronPdfEngine.Proto.Length max_width = 9;
boolean
optional .IronPdfEngine.Proto.Length min_height = 12;
boolean
optional .IronPdfEngine.Proto.Length min_width = 11;
boolean
optional int32 opacity = 3;
boolean
optional int32 rotation = 4;
boolean
hasScale()
optional double scale = 14;
boolean
.IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
boolean
optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
boolean
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDocument
boolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;
- Returns:
- Whether the document field is set.
-
getDocument
PdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;
- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
-
getTargetPagesIndexesList
repeated int32 target_pages_indexes = 2;
- Returns:
- A list containing the targetPagesIndexes.
-
getTargetPagesIndexesCount
int getTargetPagesIndexesCount()repeated int32 target_pages_indexes = 2;
- Returns:
- The count of targetPagesIndexes.
-
getTargetPagesIndexes
int getTargetPagesIndexes(int index) repeated int32 target_pages_indexes = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The targetPagesIndexes at the given index.
-
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 .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
- Returns:
- Whether the horizontalAlignment field is set.
-
getHorizontalAlignment
HorizontalAlignment getHorizontalAlignment()optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
- Returns:
- The horizontalAlignment.
-
getHorizontalAlignmentOrBuilder
HorizontalAlignmentOrBuilder getHorizontalAlignmentOrBuilder()optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
-
hasVerticalAlignment
boolean hasVerticalAlignment()optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
- Returns:
- Whether the verticalAlignment field is set.
-
getVerticalAlignment
VerticalAlignment getVerticalAlignment()optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
- Returns:
- The verticalAlignment.
-
getVerticalAlignmentOrBuilder
VerticalAlignmentOrBuilder getVerticalAlignmentOrBuilder()optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
-
hasHorizontalOffset
boolean hasHorizontalOffset()optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
- Returns:
- Whether the horizontalOffset field is set.
-
getHorizontalOffset
Length getHorizontalOffset()optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
- Returns:
- The horizontalOffset.
-
getHorizontalOffsetOrBuilder
LengthOrBuilder getHorizontalOffsetOrBuilder()optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
-
hasVerticalOffset
boolean hasVerticalOffset()optional .IronPdfEngine.Proto.Length vertical_offset = 8;
- Returns:
- Whether the verticalOffset field is set.
-
getVerticalOffset
Length getVerticalOffset()optional .IronPdfEngine.Proto.Length vertical_offset = 8;
- Returns:
- The verticalOffset.
-
getVerticalOffsetOrBuilder
LengthOrBuilder getVerticalOffsetOrBuilder()optional .IronPdfEngine.Proto.Length vertical_offset = 8;
-
hasMaxWidth
boolean hasMaxWidth()optional .IronPdfEngine.Proto.Length max_width = 9;
- Returns:
- Whether the maxWidth field is set.
-
getMaxWidth
Length getMaxWidth()optional .IronPdfEngine.Proto.Length max_width = 9;
- Returns:
- The maxWidth.
-
getMaxWidthOrBuilder
LengthOrBuilder getMaxWidthOrBuilder()optional .IronPdfEngine.Proto.Length max_width = 9;
-
hasMaxHeight
boolean hasMaxHeight()optional .IronPdfEngine.Proto.Length max_height = 10;
- Returns:
- Whether the maxHeight field is set.
-
getMaxHeight
Length getMaxHeight()optional .IronPdfEngine.Proto.Length max_height = 10;
- Returns:
- The maxHeight.
-
getMaxHeightOrBuilder
LengthOrBuilder getMaxHeightOrBuilder()optional .IronPdfEngine.Proto.Length max_height = 10;
-
hasMinWidth
boolean hasMinWidth()optional .IronPdfEngine.Proto.Length min_width = 11;
- Returns:
- Whether the minWidth field is set.
-
getMinWidth
Length getMinWidth()optional .IronPdfEngine.Proto.Length min_width = 11;
- Returns:
- The minWidth.
-
getMinWidthOrBuilder
LengthOrBuilder getMinWidthOrBuilder()optional .IronPdfEngine.Proto.Length min_width = 11;
-
hasMinHeight
boolean hasMinHeight()optional .IronPdfEngine.Proto.Length min_height = 12;
- Returns:
- Whether the minHeight field is set.
-
getMinHeight
Length getMinHeight()optional .IronPdfEngine.Proto.Length min_height = 12;
- Returns:
- The minHeight.
-
getMinHeightOrBuilder
LengthOrBuilder getMinHeightOrBuilder()optional .IronPdfEngine.Proto.Length 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.
-
hasHtmlStamper
boolean hasHtmlStamper().IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
- Returns:
- Whether the htmlStamper field is set.
-
getHtmlStamper
HtmlStamperInfo getHtmlStamper().IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
- Returns:
- The htmlStamper.
-
getHtmlStamperOrBuilder
HtmlStamperInfoOrBuilder getHtmlStamperOrBuilder().IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
-
hasImageStamper
boolean hasImageStamper().IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
- Returns:
- Whether the imageStamper field is set.
-
getImageStamper
ImageStamperInfo getImageStamper().IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
- Returns:
- The imageStamper.
-
getImageStamperOrBuilder
ImageStamperInfoOrBuilder getImageStamperOrBuilder().IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
-
hasTextStamper
boolean hasTextStamper().IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
- Returns:
- Whether the textStamper field is set.
-
getTextStamper
TextStamperInfo getTextStamper().IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
- Returns:
- The textStamper.
-
getTextStamperOrBuilder
TextStamperInfoOrBuilder getTextStamperOrBuilder().IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
-
hasBarcodeStamper
boolean hasBarcodeStamper().IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
- Returns:
- Whether the barcodeStamper field is set.
-
getBarcodeStamper
BarcodeStamperInfo getBarcodeStamper().IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
- Returns:
- The barcodeStamper.
-
getBarcodeStamperOrBuilder
BarcodeStamperInfoOrBuilder getBarcodeStamperOrBuilder().IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
-
getStamperTypeInfoCase
ApplyStampRequestStream.Info.StamperTypeInfoCase getStamperTypeInfoCase()
-