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