Uses of Class
com.ironsoftware.ironpdf.internal.proto.Length
Packages that use Length
Package
Description
-
Uses of Length in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return LengthModifier and TypeMethodDescriptionLength.Builder.build()
Length.Builder.buildPartial()
static Length
Length.getDefaultInstance()
Length.Builder.getDefaultInstanceForType()
Length.getDefaultInstanceForType()
ApplyStampRequestStream.Info.Builder.getHorizontalOffset()
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.Info.getHorizontalOffset()
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.InfoOrBuilder.getHorizontalOffset()
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.Info.Builder.getMaxHeight()
optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.Info.getMaxHeight()
optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.InfoOrBuilder.getMaxHeight()
optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.Info.Builder.getMaxWidth()
optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.Info.getMaxWidth()
optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.InfoOrBuilder.getMaxWidth()
optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.Info.Builder.getMinHeight()
optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.Info.getMinHeight()
optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.InfoOrBuilder.getMinHeight()
optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.Info.Builder.getMinWidth()
optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.Info.getMinWidth()
optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.InfoOrBuilder.getMinWidth()
optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.Info.Builder.getVerticalOffset()
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
ApplyStampRequestStream.Info.getVerticalOffset()
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
ApplyStampRequestStream.InfoOrBuilder.getVerticalOffset()
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
static Length
Length.parseDelimitedFrom
(InputStream input) static Length
Length.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Length
Length.parseFrom
(byte[] data) static Length
Length.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Length
Length.parseFrom
(com.google.protobuf.ByteString data) static Length
Length.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Length
Length.parseFrom
(com.google.protobuf.CodedInputStream input) static Length
Length.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Length
Length.parseFrom
(InputStream input) static Length
Length.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Length
Length.parseFrom
(ByteBuffer data) static Length
Length.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type LengthModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Length>
Length.getParserForType()
static com.google.protobuf.Parser<Length>
Length.parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type LengthModifier and TypeMethodDescriptionApplyStampRequestStream.Info.Builder.mergeHorizontalOffset
(Length value) optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.Info.Builder.mergeMaxHeight
(Length value) optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.Info.Builder.mergeMaxWidth
(Length value) optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.Info.Builder.mergeMinHeight
(Length value) optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.Info.Builder.mergeMinWidth
(Length value) optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.Info.Builder.mergeVerticalOffset
(Length value) optional .IronPdfEngine.Proto.Length vertical_offset = 8;
static Length.Builder
Length.newBuilder
(Length prototype) ApplyStampRequestStream.Info.Builder.setHorizontalOffset
(Length value) optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.Info.Builder.setMaxHeight
(Length value) optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.Info.Builder.setMaxWidth
(Length value) optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.Info.Builder.setMinHeight
(Length value) optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.Info.Builder.setMinWidth
(Length value) optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.Info.Builder.setVerticalOffset
(Length value) optional .IronPdfEngine.Proto.Length vertical_offset = 8;
-
Uses of Length in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi that return Length