Uses of Class
com.ironsoftware.ironpdf.internal.proto.LengthP.Builder
-
Packages that use LengthP.Builder Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of LengthP.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return LengthP.Builder Modifier and Type Method Description LengthP.Builder
LengthP.Builder. clear()
LengthP.Builder
LengthP.Builder. clearUnit()
.ironpdfengineproto.MeasurementUnitP unit = 2;
LengthP.Builder
LengthP.Builder. clearValue()
double value = 1;
LengthP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. getHorizontalOffsetBuilder()
optional .ironpdfengineproto.LengthP horizontal_offset = 7;
LengthP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. getMaxHeightBuilder()
optional .ironpdfengineproto.LengthP max_height = 10;
LengthP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. getMaxWidthBuilder()
optional .ironpdfengineproto.LengthP max_width = 9;
LengthP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. getMinHeightBuilder()
optional .ironpdfengineproto.LengthP min_height = 12;
LengthP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. getMinWidthBuilder()
optional .ironpdfengineproto.LengthP min_width = 11;
LengthP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. getVerticalOffsetBuilder()
optional .ironpdfengineproto.LengthP vertical_offset = 8;
LengthP.Builder
LengthP.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
LengthP.Builder
LengthP.Builder. mergeFrom(com.google.protobuf.Message other)
LengthP.Builder
LengthP.Builder. mergeFrom(LengthP other)
LengthP.Builder
LengthP.Builder. mergeUnit(MeasurementUnitP value)
.ironpdfengineproto.MeasurementUnitP unit = 2;
LengthP.Builder
LengthP.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static LengthP.Builder
LengthP. newBuilder()
static LengthP.Builder
LengthP. newBuilder(LengthP prototype)
LengthP.Builder
LengthP. newBuilderForType()
protected LengthP.Builder
LengthP. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
LengthP.Builder
LengthP.Builder. setUnit(MeasurementUnitP value)
.ironpdfengineproto.MeasurementUnitP unit = 2;
LengthP.Builder
LengthP.Builder. setUnit(MeasurementUnitP.Builder builderForValue)
.ironpdfengineproto.MeasurementUnitP unit = 2;
LengthP.Builder
LengthP.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
LengthP.Builder
LengthP.Builder. setValue(double value)
double value = 1;
LengthP.Builder
LengthP. toBuilder()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type LengthP.Builder Modifier and Type Method Description ChromeApplyStampRequestStreamP.InfoP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. setHorizontalOffset(LengthP.Builder builderForValue)
optional .ironpdfengineproto.LengthP horizontal_offset = 7;
ChromeApplyStampRequestStreamP.InfoP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. setMaxHeight(LengthP.Builder builderForValue)
optional .ironpdfengineproto.LengthP max_height = 10;
ChromeApplyStampRequestStreamP.InfoP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. setMaxWidth(LengthP.Builder builderForValue)
optional .ironpdfengineproto.LengthP max_width = 9;
ChromeApplyStampRequestStreamP.InfoP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. setMinHeight(LengthP.Builder builderForValue)
optional .ironpdfengineproto.LengthP min_height = 12;
ChromeApplyStampRequestStreamP.InfoP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. setMinWidth(LengthP.Builder builderForValue)
optional .ironpdfengineproto.LengthP min_width = 11;
ChromeApplyStampRequestStreamP.InfoP.Builder
ChromeApplyStampRequestStreamP.InfoP.Builder. setVerticalOffset(LengthP.Builder builderForValue)
optional .ironpdfengineproto.LengthP vertical_offset = 8;
-