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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasDocumentboolean hasDocument() .ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- Whether the document field is set.
 
 - 
getDocumentPdfDocumentP getDocument() .ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- The document.
 
 - 
getDocumentOrBuilderPdfDocumentPOrBuilder getDocumentOrBuilder() .ironpdfengineproto.PdfDocumentP document = 1;
 - 
getPageIndexint getPageIndex() int32 page_index = 2;- Returns:
- The pageIndex.
 
 - 
getTextString getText() string text = 3;- Returns:
- The text.
 
 - 
getTextBytescom.google.protobuf.ByteString getTextBytes() string text = 3;- Returns:
- The bytes for text.
 
 - 
getFontNameString getFontName() string font_name = 4;- Returns:
- The fontName.
 
 - 
getFontNameBytescom.google.protobuf.ByteString getFontNameBytes() string font_name = 4;- Returns:
- The bytes for fontName.
 
 - 
getFontSizedouble getFontSize() double font_size = 5;- Returns:
- The fontSize.
 
 - 
getXdouble getX() double x = 6;- Returns:
- The x.
 
 - 
getYdouble getY() double y = 7;- Returns:
- The y.
 
 - 
getScaledouble getScale() double scale = 8;- Returns:
- The scale.
 
 - 
getRotationdouble getRotation() double rotation = 9;- Returns:
- The rotation.
 
 - 
getColorString getColor() string color = 10;- Returns:
- The color.
 
 - 
getColorBytescom.google.protobuf.ByteString getColorBytes() string color = 10;- Returns:
- The bytes for color.
 
 
- 
 
-