Uses of Class
com.ironsoftware.ironpdf.internal.proto.Length.Builder
Packages that use Length.Builder
-
Uses of Length.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return Length.BuilderModifier 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.BuilderLength.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Length.BuilderLength.newBuilder()static Length.BuilderLength.newBuilder(Length prototype) Length.newBuilderForType()protected Length.BuilderLength.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.BuilderLength.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Length.Builder.setValue(double value) double value = 1;Length.toBuilder()Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type Length.BuilderModifier 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;