Uses of Class
com.ironsoftware.ironpdf.internal.proto.Length.Builder
-
Uses of Length.Builder in com.ironsoftware.ironpdf.internal.proto
Modifier and TypeMethodDescriptionLength.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Length.Builder.clear()
Length.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Length.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Length.Builder.clearUnit()
.IronPdfEngine.Proto.MeasurementUnit unit = 2;
Length.Builder.clearValue()
double value = 1;
Length.Builder.clone()
ApplyStampRequestStream.Info.Builder.getHorizontalOffsetBuilder()
optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.Info.Builder.getMaxHeightBuilder()
optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.Info.Builder.getMaxWidthBuilder()
optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.Info.Builder.getMinHeightBuilder()
optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.Info.Builder.getMinWidthBuilder()
optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.Info.Builder.getVerticalOffsetBuilder()
optional .IronPdfEngine.Proto.Length vertical_offset = 8;
Length.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Length.Builder.mergeFrom
(com.google.protobuf.Message other) Length.Builder.mergeUnit
(MeasurementUnit value) .IronPdfEngine.Proto.MeasurementUnit unit = 2;
final Length.Builder
Length.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Length.Builder
Length.newBuilder()
static Length.Builder
Length.newBuilder
(Length prototype) Length.newBuilderForType()
protected Length.Builder
Length.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Length.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Length.Builder.setUnit
(MeasurementUnit value) .IronPdfEngine.Proto.MeasurementUnit unit = 2;
Length.Builder.setUnit
(MeasurementUnit.Builder builderForValue) .IronPdfEngine.Proto.MeasurementUnit unit = 2;
final Length.Builder
Length.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Length.Builder.setValue
(double value) double value = 1;
Length.toBuilder()
Modifier and TypeMethodDescriptionApplyStampRequestStream.Info.Builder.setHorizontalOffset
(Length.Builder builderForValue) optional .IronPdfEngine.Proto.Length horizontal_offset = 7;
ApplyStampRequestStream.Info.Builder.setMaxHeight
(Length.Builder builderForValue) optional .IronPdfEngine.Proto.Length max_height = 10;
ApplyStampRequestStream.Info.Builder.setMaxWidth
(Length.Builder builderForValue) optional .IronPdfEngine.Proto.Length max_width = 9;
ApplyStampRequestStream.Info.Builder.setMinHeight
(Length.Builder builderForValue) optional .IronPdfEngine.Proto.Length min_height = 12;
ApplyStampRequestStream.Info.Builder.setMinWidth
(Length.Builder builderForValue) optional .IronPdfEngine.Proto.Length min_width = 11;
ApplyStampRequestStream.Info.Builder.setVerticalOffset
(Length.Builder builderForValue) optional .IronPdfEngine.Proto.Length vertical_offset = 8;