Interface PdfiumDrawTextRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumDrawTextRequestP
,PdfiumDrawTextRequestP.Builder
public interface PdfiumDrawTextRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getColor()
string color = 10;
com.google.protobuf.ByteString
getColorBytes()
string color = 10;
PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
String
getFontName()
string font_name = 4;
com.google.protobuf.ByteString
getFontNameBytes()
string font_name = 4;
double
getFontSize()
double font_size = 5;
int
getPageIndex()
int32 page_index = 2;
double
getRotation()
double rotation = 9;
double
getScale()
double scale = 8;
String
getText()
string text = 3;
com.google.protobuf.ByteString
getTextBytes()
string text = 3;
double
getX()
double x = 6;
double
getY()
double y = 7;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Returns:
- Whether the document field is set.
-
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
-
getPageIndex
int getPageIndex()
int32 page_index = 2;
- Returns:
- The pageIndex.
-
getText
String getText()
string text = 3;
- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 3;
- Returns:
- The bytes for text.
-
getFontName
String getFontName()
string font_name = 4;
- Returns:
- The fontName.
-
getFontNameBytes
com.google.protobuf.ByteString getFontNameBytes()
string font_name = 4;
- Returns:
- The bytes for fontName.
-
getFontSize
double getFontSize()
double font_size = 5;
- Returns:
- The fontSize.
-
getX
double getX()
double x = 6;
- Returns:
- The x.
-
getY
double getY()
double y = 7;
- Returns:
- The y.
-
getScale
double getScale()
double scale = 8;
- Returns:
- The scale.
-
getRotation
double getRotation()
double rotation = 9;
- Returns:
- The rotation.
-
getColor
String getColor()
string color = 10;
- Returns:
- The color.
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()
string color = 10;
- Returns:
- The bytes for color.
-
-