public final class PdfiumRedactTextRequestP extends com.google.protobuf.GeneratedMessageV3 implements PdfiumRedactTextRequestPOrBuilder
ironpdfengineproto.PdfiumRedactTextRequestP| Modifier and Type | Class and Description |
|---|---|
static class |
PdfiumRedactTextRequestP.Builder
Protobuf type
ironpdfengineproto.PdfiumRedactTextRequestP |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CASE_SENSITIVE_FIELD_NUMBER |
static int |
DOCUMENT_FIELD_NUMBER |
static int |
IS_DRAW_BOXES_FIELD_NUMBER |
static int |
MATCH_WHOLE_WORDS_FIELD_NUMBER |
static int |
PAGE_INDEX_FIELD_NUMBER |
static int |
REPLACE_TEXT_FIELD_NUMBER |
static int |
REPLACEMENT_TEXT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCaseSensitive()
bool case_sensitive = 7; |
static PdfiumRedactTextRequestP |
getDefaultInstance() |
PdfiumRedactTextRequestP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PdfDocumentP |
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfDocumentPOrBuilder |
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; |
boolean |
getIsDrawBoxes()
bool is_draw_boxes = 4; |
boolean |
getMatchWholeWords()
bool match_whole_words = 5; |
int |
getPageIndex()
int32 page_index = 2; |
com.google.protobuf.Parser<PdfiumRedactTextRequestP> |
getParserForType() |
String |
getReplacementText()
string replacement_text = 6; |
com.google.protobuf.ByteString |
getReplacementTextBytes()
string replacement_text = 6; |
String |
getReplaceText()
string replace_text = 3; |
com.google.protobuf.ByteString |
getReplaceTextBytes()
string replace_text = 3; |
int |
getSerializedSize() |
boolean |
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
int |
hashCode() |
boolean |
isInitialized() |
static PdfiumRedactTextRequestP.Builder |
newBuilder() |
static PdfiumRedactTextRequestP.Builder |
newBuilder(PdfiumRedactTextRequestP prototype) |
PdfiumRedactTextRequestP.Builder |
newBuilderForType() |
static PdfiumRedactTextRequestP |
parseDelimitedFrom(InputStream input) |
static PdfiumRedactTextRequestP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumRedactTextRequestP |
parseFrom(byte[] data) |
static PdfiumRedactTextRequestP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumRedactTextRequestP |
parseFrom(ByteBuffer data) |
static PdfiumRedactTextRequestP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumRedactTextRequestP |
parseFrom(com.google.protobuf.ByteString data) |
static PdfiumRedactTextRequestP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumRedactTextRequestP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PdfiumRedactTextRequestP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PdfiumRedactTextRequestP |
parseFrom(InputStream input) |
static PdfiumRedactTextRequestP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PdfiumRedactTextRequestP> |
parser() |
PdfiumRedactTextRequestP.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int DOCUMENT_FIELD_NUMBER
public static final int PAGE_INDEX_FIELD_NUMBER
public static final int REPLACE_TEXT_FIELD_NUMBER
public static final int IS_DRAW_BOXES_FIELD_NUMBER
public static final int MATCH_WHOLE_WORDS_FIELD_NUMBER
public static final int REPLACEMENT_TEXT_FIELD_NUMBER
public static final int CASE_SENSITIVE_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;hasDocument in interface PdfiumRedactTextRequestPOrBuilderpublic PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;getDocument in interface PdfiumRedactTextRequestPOrBuilderpublic PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;getDocumentOrBuilder in interface PdfiumRedactTextRequestPOrBuilderpublic int getPageIndex()
int32 page_index = 2;getPageIndex in interface PdfiumRedactTextRequestPOrBuilderpublic String getReplaceText()
string replace_text = 3;getReplaceText in interface PdfiumRedactTextRequestPOrBuilderpublic com.google.protobuf.ByteString getReplaceTextBytes()
string replace_text = 3;getReplaceTextBytes in interface PdfiumRedactTextRequestPOrBuilderpublic boolean getIsDrawBoxes()
bool is_draw_boxes = 4;getIsDrawBoxes in interface PdfiumRedactTextRequestPOrBuilderpublic boolean getMatchWholeWords()
bool match_whole_words = 5;getMatchWholeWords in interface PdfiumRedactTextRequestPOrBuilderpublic String getReplacementText()
string replacement_text = 6;getReplacementText in interface PdfiumRedactTextRequestPOrBuilderpublic com.google.protobuf.ByteString getReplacementTextBytes()
string replacement_text = 6;getReplacementTextBytes in interface PdfiumRedactTextRequestPOrBuilderpublic boolean getCaseSensitive()
bool case_sensitive = 7;getCaseSensitive in interface PdfiumRedactTextRequestPOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PdfiumRedactTextRequestP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumRedactTextRequestP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumRedactTextRequestP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumRedactTextRequestP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumRedactTextRequestP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumRedactTextRequestP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PdfiumRedactTextRequestP parseFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumRedactTextRequestP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumRedactTextRequestP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PdfiumRedactTextRequestP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PdfiumRedactTextRequestP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PdfiumRedactTextRequestP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PdfiumRedactTextRequestP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PdfiumRedactTextRequestP.Builder newBuilder()
public static PdfiumRedactTextRequestP.Builder newBuilder(PdfiumRedactTextRequestP prototype)
public PdfiumRedactTextRequestP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static PdfiumRedactTextRequestP getDefaultInstance()
public static com.google.protobuf.Parser<PdfiumRedactTextRequestP> parser()
public com.google.protobuf.Parser<PdfiumRedactTextRequestP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PdfiumRedactTextRequestP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2024 Iron Software. All rights reserved.