Class PdfiumPageP.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
- com.ironsoftware.ironpdf.internal.proto.PdfiumPageP.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PdfiumPagePOrBuilder
,Cloneable
- Enclosing class:
- PdfiumPageP
public static final class PdfiumPageP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder> implements PdfiumPagePOrBuilder
Protobuf typeironpdfengineproto.PdfiumPageP
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfiumPageP
build()
PdfiumPageP
buildPartial()
PdfiumPageP.Builder
clear()
PdfiumPageP.Builder
clearHeight()
double height = 2;
PdfiumPageP.Builder
clearPageIndex()
int32 page_index = 6;
PdfiumPageP.Builder
clearPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageP.Builder
clearPrintHeight()
double print_height = 4;
PdfiumPageP.Builder
clearPrintWidth()
double print_width = 3;
PdfiumPageP.Builder
clearWidth()
double width = 1;
PdfiumPageP
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
double
getHeight()
double height = 2;
int
getPageIndex()
int32 page_index = 6;
PdfiumPageRotationP
getPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageRotationP.Builder
getPageRotationBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageRotationPOrBuilder
getPageRotationOrBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
double
getPrintHeight()
double print_height = 4;
double
getPrintWidth()
double print_width = 3;
double
getWidth()
double width = 1;
boolean
hasPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
PdfiumPageP.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumPageP.Builder
mergeFrom(com.google.protobuf.Message other)
PdfiumPageP.Builder
mergeFrom(PdfiumPageP other)
PdfiumPageP.Builder
mergePageRotation(PdfiumPageRotationP value)
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageP.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPageP.Builder
setHeight(double value)
double height = 2;
PdfiumPageP.Builder
setPageIndex(int value)
int32 page_index = 6;
PdfiumPageP.Builder
setPageRotation(PdfiumPageRotationP value)
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageP.Builder
setPageRotation(PdfiumPageRotationP.Builder builderForValue)
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
PdfiumPageP.Builder
setPrintHeight(double value)
double print_height = 4;
PdfiumPageP.Builder
setPrintWidth(double value)
double print_width = 3;
PdfiumPageP.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PdfiumPageP.Builder
setWidth(double value)
double width = 1;
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
clear
public PdfiumPageP.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
getDefaultInstanceForType
public PdfiumPageP getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public PdfiumPageP build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PdfiumPageP buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public PdfiumPageP.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPageP.Builder>
-
mergeFrom
public PdfiumPageP.Builder mergeFrom(PdfiumPageP other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
mergeFrom
public PdfiumPageP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PdfiumPageP.Builder>
- Throws:
IOException
-
getWidth
public double getWidth()
double width = 1;
- Specified by:
getWidth
in interfacePdfiumPagePOrBuilder
- Returns:
- The width.
-
setWidth
public PdfiumPageP.Builder setWidth(double value)
double width = 1;
- Parameters:
value
- The width to set.- Returns:
- This builder for chaining.
-
clearWidth
public PdfiumPageP.Builder clearWidth()
double width = 1;
- Returns:
- This builder for chaining.
-
getHeight
public double getHeight()
double height = 2;
- Specified by:
getHeight
in interfacePdfiumPagePOrBuilder
- Returns:
- The height.
-
setHeight
public PdfiumPageP.Builder setHeight(double value)
double height = 2;
- Parameters:
value
- The height to set.- Returns:
- This builder for chaining.
-
clearHeight
public PdfiumPageP.Builder clearHeight()
double height = 2;
- Returns:
- This builder for chaining.
-
getPrintWidth
public double getPrintWidth()
double print_width = 3;
- Specified by:
getPrintWidth
in interfacePdfiumPagePOrBuilder
- Returns:
- The printWidth.
-
setPrintWidth
public PdfiumPageP.Builder setPrintWidth(double value)
double print_width = 3;
- Parameters:
value
- The printWidth to set.- Returns:
- This builder for chaining.
-
clearPrintWidth
public PdfiumPageP.Builder clearPrintWidth()
double print_width = 3;
- Returns:
- This builder for chaining.
-
getPrintHeight
public double getPrintHeight()
double print_height = 4;
- Specified by:
getPrintHeight
in interfacePdfiumPagePOrBuilder
- Returns:
- The printHeight.
-
setPrintHeight
public PdfiumPageP.Builder setPrintHeight(double value)
double print_height = 4;
- Parameters:
value
- The printHeight to set.- Returns:
- This builder for chaining.
-
clearPrintHeight
public PdfiumPageP.Builder clearPrintHeight()
double print_height = 4;
- Returns:
- This builder for chaining.
-
hasPageRotation
public boolean hasPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
- Specified by:
hasPageRotation
in interfacePdfiumPagePOrBuilder
- Returns:
- Whether the pageRotation field is set.
-
getPageRotation
public PdfiumPageRotationP getPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
- Specified by:
getPageRotation
in interfacePdfiumPagePOrBuilder
- Returns:
- The pageRotation.
-
setPageRotation
public PdfiumPageP.Builder setPageRotation(PdfiumPageRotationP value)
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
-
setPageRotation
public PdfiumPageP.Builder setPageRotation(PdfiumPageRotationP.Builder builderForValue)
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
-
mergePageRotation
public PdfiumPageP.Builder mergePageRotation(PdfiumPageRotationP value)
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
-
clearPageRotation
public PdfiumPageP.Builder clearPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
-
getPageRotationBuilder
public PdfiumPageRotationP.Builder getPageRotationBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
-
getPageRotationOrBuilder
public PdfiumPageRotationPOrBuilder getPageRotationOrBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 5;
- Specified by:
getPageRotationOrBuilder
in interfacePdfiumPagePOrBuilder
-
getPageIndex
public int getPageIndex()
int32 page_index = 6;
- Specified by:
getPageIndex
in interfacePdfiumPagePOrBuilder
- Returns:
- The pageIndex.
-
setPageIndex
public PdfiumPageP.Builder setPageIndex(int value)
int32 page_index = 6;
- Parameters:
value
- The pageIndex to set.- Returns:
- This builder for chaining.
-
clearPageIndex
public PdfiumPageP.Builder clearPageIndex()
int32 page_index = 6;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final PdfiumPageP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
mergeUnknownFields
public final PdfiumPageP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PdfiumPageP.Builder>
-
-