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 StringgetColor()string color = 10;com.google.protobuf.ByteStringgetColorBytes()string color = 10;PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;StringgetFontName()string font_name = 4;com.google.protobuf.ByteStringgetFontNameBytes()string font_name = 4;doublegetFontSize()double font_size = 5;intgetPageIndex()int32 page_index = 2;doublegetRotation()double rotation = 9;doublegetScale()double scale = 8;StringgetText()string text = 3;com.google.protobuf.ByteStringgetTextBytes()string text = 3;doublegetX()double x = 6;doublegetY()double y = 7;booleanhasDocument().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.
 
 
 - 
 
 -