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 SummaryModifier 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.ByteStringoptional string hyperlink = 13;.IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;.IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;booleanoptional 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;intoptional int32 opacity = 3;intoptional int32 rotation = 4;doublegetScale()optional double scale = 14;intgetTargetPagesIndexes(int index) repeated int32 target_pages_indexes = 2;intrepeated 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;booleanoptional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;booleanoptional .IronPdfEngine.Proto.Length horizontal_offset = 7;boolean.IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;booleanoptional string hyperlink = 13;boolean.IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;booleanoptional bool is_stamp_behind_content = 15;booleanoptional .IronPdfEngine.Proto.Length max_height = 10;booleanoptional .IronPdfEngine.Proto.Length max_width = 9;booleanoptional .IronPdfEngine.Proto.Length min_height = 12;booleanoptional .IronPdfEngine.Proto.Length min_width = 11;booleanoptional int32 opacity = 3;booleanoptional int32 rotation = 4;booleanhasScale()optional double scale = 14;boolean.IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;booleanoptional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;booleanoptional .IronPdfEngine.Proto.Length vertical_offset = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getTargetPagesIndexesListrepeated int32 target_pages_indexes = 2;- Returns:
- A list containing the targetPagesIndexes.
 
- 
getTargetPagesIndexesCountint getTargetPagesIndexesCount()repeated int32 target_pages_indexes = 2;- Returns:
- The count of targetPagesIndexes.
 
- 
getTargetPagesIndexesint 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.
 
- 
hasOpacityboolean hasOpacity()optional int32 opacity = 3;- Returns:
- Whether the opacity field is set.
 
- 
getOpacityint getOpacity()optional int32 opacity = 3;- Returns:
- The opacity.
 
- 
hasRotationboolean hasRotation()optional int32 rotation = 4;- Returns:
- Whether the rotation field is set.
 
- 
getRotationint getRotation()optional int32 rotation = 4;- Returns:
- The rotation.
 
- 
hasHorizontalAlignmentboolean hasHorizontalAlignment()optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;- Returns:
- Whether the horizontalAlignment field is set.
 
- 
getHorizontalAlignmentHorizontalAlignment getHorizontalAlignment()optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;- Returns:
- The horizontalAlignment.
 
- 
getHorizontalAlignmentOrBuilderHorizontalAlignmentOrBuilder getHorizontalAlignmentOrBuilder()optional .IronPdfEngine.Proto.HorizontalAlignment horizontal_alignment = 5;
- 
hasVerticalAlignmentboolean hasVerticalAlignment()optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;- Returns:
- Whether the verticalAlignment field is set.
 
- 
getVerticalAlignmentVerticalAlignment getVerticalAlignment()optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;- Returns:
- The verticalAlignment.
 
- 
getVerticalAlignmentOrBuilderVerticalAlignmentOrBuilder getVerticalAlignmentOrBuilder()optional .IronPdfEngine.Proto.VerticalAlignment vertical_alignment = 6;
- 
hasHorizontalOffsetboolean hasHorizontalOffset()optional .IronPdfEngine.Proto.Length horizontal_offset = 7;- Returns:
- Whether the horizontalOffset field is set.
 
- 
getHorizontalOffsetLength getHorizontalOffset()optional .IronPdfEngine.Proto.Length horizontal_offset = 7;- Returns:
- The horizontalOffset.
 
- 
getHorizontalOffsetOrBuilderLengthOrBuilder getHorizontalOffsetOrBuilder()optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
- 
hasVerticalOffsetboolean hasVerticalOffset()optional .IronPdfEngine.Proto.Length vertical_offset = 8;- Returns:
- Whether the verticalOffset field is set.
 
- 
getVerticalOffsetLength getVerticalOffset()optional .IronPdfEngine.Proto.Length vertical_offset = 8;- Returns:
- The verticalOffset.
 
- 
getVerticalOffsetOrBuilderLengthOrBuilder getVerticalOffsetOrBuilder()optional .IronPdfEngine.Proto.Length vertical_offset = 8;
- 
hasMaxWidthboolean hasMaxWidth()optional .IronPdfEngine.Proto.Length max_width = 9;- Returns:
- Whether the maxWidth field is set.
 
- 
getMaxWidthLength getMaxWidth()optional .IronPdfEngine.Proto.Length max_width = 9;- Returns:
- The maxWidth.
 
- 
getMaxWidthOrBuilderLengthOrBuilder getMaxWidthOrBuilder()optional .IronPdfEngine.Proto.Length max_width = 9;
- 
hasMaxHeightboolean hasMaxHeight()optional .IronPdfEngine.Proto.Length max_height = 10;- Returns:
- Whether the maxHeight field is set.
 
- 
getMaxHeightLength getMaxHeight()optional .IronPdfEngine.Proto.Length max_height = 10;- Returns:
- The maxHeight.
 
- 
getMaxHeightOrBuilderLengthOrBuilder getMaxHeightOrBuilder()optional .IronPdfEngine.Proto.Length max_height = 10;
- 
hasMinWidthboolean hasMinWidth()optional .IronPdfEngine.Proto.Length min_width = 11;- Returns:
- Whether the minWidth field is set.
 
- 
getMinWidthLength getMinWidth()optional .IronPdfEngine.Proto.Length min_width = 11;- Returns:
- The minWidth.
 
- 
getMinWidthOrBuilderLengthOrBuilder getMinWidthOrBuilder()optional .IronPdfEngine.Proto.Length min_width = 11;
- 
hasMinHeightboolean hasMinHeight()optional .IronPdfEngine.Proto.Length min_height = 12;- Returns:
- Whether the minHeight field is set.
 
- 
getMinHeightLength getMinHeight()optional .IronPdfEngine.Proto.Length min_height = 12;- Returns:
- The minHeight.
 
- 
getMinHeightOrBuilderLengthOrBuilder getMinHeightOrBuilder()optional .IronPdfEngine.Proto.Length min_height = 12;
- 
hasHyperlinkboolean hasHyperlink()optional string hyperlink = 13;- Returns:
- Whether the hyperlink field is set.
 
- 
getHyperlinkString getHyperlink()optional string hyperlink = 13;- Returns:
- The hyperlink.
 
- 
getHyperlinkBytescom.google.protobuf.ByteString getHyperlinkBytes()optional string hyperlink = 13;- Returns:
- The bytes for hyperlink.
 
- 
hasScaleboolean hasScale()optional double scale = 14;- Returns:
- Whether the scale field is set.
 
- 
getScaledouble getScale()optional double scale = 14;- Returns:
- The scale.
 
- 
hasIsStampBehindContentboolean hasIsStampBehindContent()optional bool is_stamp_behind_content = 15;- Returns:
- Whether the isStampBehindContent field is set.
 
- 
getIsStampBehindContentboolean getIsStampBehindContent()optional bool is_stamp_behind_content = 15;- Returns:
- The isStampBehindContent.
 
- 
hasHtmlStamperboolean hasHtmlStamper().IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;- Returns:
- Whether the htmlStamper field is set.
 
- 
getHtmlStamperHtmlStamperInfo getHtmlStamper().IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;- Returns:
- The htmlStamper.
 
- 
getHtmlStamperOrBuilderHtmlStamperInfoOrBuilder getHtmlStamperOrBuilder().IronPdfEngine.Proto.HtmlStamperInfo html_stamper = 16;
- 
hasImageStamperboolean hasImageStamper().IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;- Returns:
- Whether the imageStamper field is set.
 
- 
getImageStamperImageStamperInfo getImageStamper().IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;- Returns:
- The imageStamper.
 
- 
getImageStamperOrBuilderImageStamperInfoOrBuilder getImageStamperOrBuilder().IronPdfEngine.Proto.ImageStamperInfo image_stamper = 17;
- 
hasTextStamperboolean hasTextStamper().IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;- Returns:
- Whether the textStamper field is set.
 
- 
getTextStamperTextStamperInfo getTextStamper().IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;- Returns:
- The textStamper.
 
- 
getTextStamperOrBuilderTextStamperInfoOrBuilder getTextStamperOrBuilder().IronPdfEngine.Proto.TextStamperInfo text_stamper = 18;
- 
hasBarcodeStamperboolean hasBarcodeStamper().IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;- Returns:
- Whether the barcodeStamper field is set.
 
- 
getBarcodeStamperBarcodeStamperInfo getBarcodeStamper().IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;- Returns:
- The barcodeStamper.
 
- 
getBarcodeStamperOrBuilderBarcodeStamperInfoOrBuilder getBarcodeStamperOrBuilder().IronPdfEngine.Proto.BarcodeStamperInfo barcode_stamper = 19;
- 
getStamperTypeInfoCaseApplyStampRequestStream.Info.StamperTypeInfoCase getStamperTypeInfoCase()
 
-