Interface PdfiumPathObjectPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumPathObjectP
,PdfiumPathObjectP.Builder
public interface PdfiumPathObjectPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getBottom()
double bottom = 4;
String
getFillColor()
string FillColor = 5;
com.google.protobuf.ByteString
getFillColorBytes()
string FillColor = 5;
int
getFillMode()
int32 FillMode = 15;
boolean
getIsStroked()
bool IsStroked = 16;
double
getLeft()
double left = 1;
double
getMatrixA()
double MatrixA = 8;
double
getMatrixB()
double MatrixB = 9;
double
getMatrixC()
double MatrixC = 10;
double
getMatrixD()
double MatrixD = 11;
double
getMatrixE()
double MatrixE = 12;
double
getMatrixF()
double MatrixF = 13;
int
getPageIndex()
int32 PageIndex = 7;
PdfiumPathSegmentObjectP
getPoints(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
int
getPointsCount()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
List<PdfiumPathSegmentObjectP>
getPointsList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
PdfiumPathSegmentObjectPOrBuilder
getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
List<? extends PdfiumPathSegmentObjectPOrBuilder>
getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
double
getRight()
double right = 2;
String
getStrokeColor()
string StrokeColor = 6;
com.google.protobuf.ByteString
getStrokeColorBytes()
string StrokeColor = 6;
double
getTop()
double top = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLeft
double getLeft()
double left = 1;
- Returns:
- The left.
-
getRight
double getRight()
double right = 2;
- Returns:
- The right.
-
getTop
double getTop()
double top = 3;
- Returns:
- The top.
-
getBottom
double getBottom()
double bottom = 4;
- Returns:
- The bottom.
-
getFillColor
String getFillColor()
string FillColor = 5;
- Returns:
- The fillColor.
-
getFillColorBytes
com.google.protobuf.ByteString getFillColorBytes()
string FillColor = 5;
- Returns:
- The bytes for fillColor.
-
getStrokeColor
String getStrokeColor()
string StrokeColor = 6;
- Returns:
- The strokeColor.
-
getStrokeColorBytes
com.google.protobuf.ByteString getStrokeColorBytes()
string StrokeColor = 6;
- Returns:
- The bytes for strokeColor.
-
getPageIndex
int getPageIndex()
int32 PageIndex = 7;
- Returns:
- The pageIndex.
-
getMatrixA
double getMatrixA()
double MatrixA = 8;
- Returns:
- The matrixA.
-
getMatrixB
double getMatrixB()
double MatrixB = 9;
- Returns:
- The matrixB.
-
getMatrixC
double getMatrixC()
double MatrixC = 10;
- Returns:
- The matrixC.
-
getMatrixD
double getMatrixD()
double MatrixD = 11;
- Returns:
- The matrixD.
-
getMatrixE
double getMatrixE()
double MatrixE = 12;
- Returns:
- The matrixE.
-
getMatrixF
double getMatrixF()
double MatrixF = 13;
- Returns:
- The matrixF.
-
getPointsList
List<PdfiumPathSegmentObjectP> getPointsList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
-
getPoints
PdfiumPathSegmentObjectP getPoints(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
-
getPointsCount
int getPointsCount()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
-
getPointsOrBuilderList
List<? extends PdfiumPathSegmentObjectPOrBuilder> getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
-
getPointsOrBuilder
PdfiumPathSegmentObjectPOrBuilder getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
-
getFillMode
int getFillMode()
int32 FillMode = 15;
- Returns:
- The fillMode.
-
getIsStroked
boolean getIsStroked()
bool IsStroked = 16;
- Returns:
- The isStroked.
-
-