Interface PdfiumAddTextHeaderFooterRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumAddTextHeaderFooterRequestP
,PdfiumAddTextHeaderFooterRequestP.Builder
public interface PdfiumAddTextHeaderFooterRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
String
getHtmlTitle()
string html_title = 5;
com.google.protobuf.ByteString
getHtmlTitleBytes()
string html_title = 5;
ChromePdfRenderOptionsP
getOptions()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
ChromePdfRenderOptionsPOrBuilder
getOptionsOrBuilder()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
int
getPageIndexes(int index)
repeated int32 page_indexes = 3;
int
getPageIndexesCount()
repeated int32 page_indexes = 3;
List<Integer>
getPageIndexesList()
repeated int32 page_indexes = 3;
String
getPdfTitle()
string pdf_title = 6;
com.google.protobuf.ByteString
getPdfTitleBytes()
string pdf_title = 6;
String
getUrl()
string url = 4;
com.google.protobuf.ByteString
getUrlBytes()
string url = 4;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
boolean
hasOptions()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
-
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;
-
hasOptions
boolean hasOptions()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
- Returns:
- Whether the options field is set.
-
getOptions
ChromePdfRenderOptionsP getOptions()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
- Returns:
- The options.
-
getOptionsOrBuilder
ChromePdfRenderOptionsPOrBuilder getOptionsOrBuilder()
.ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
-
getPageIndexesList
List<Integer> getPageIndexesList()
repeated int32 page_indexes = 3;
- Returns:
- A list containing the pageIndexes.
-
getPageIndexesCount
int getPageIndexesCount()
repeated int32 page_indexes = 3;
- Returns:
- The count of pageIndexes.
-
getPageIndexes
int getPageIndexes(int index)
repeated int32 page_indexes = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The pageIndexes at the given index.
-
getUrl
String getUrl()
string url = 4;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
string url = 4;
- Returns:
- The bytes for url.
-
getHtmlTitle
String getHtmlTitle()
string html_title = 5;
- Returns:
- The htmlTitle.
-
getHtmlTitleBytes
com.google.protobuf.ByteString getHtmlTitleBytes()
string html_title = 5;
- Returns:
- The bytes for htmlTitle.
-
getPdfTitle
String getPdfTitle()
string pdf_title = 6;
- Returns:
- The pdfTitle.
-
getPdfTitleBytes
com.google.protobuf.ByteString getPdfTitleBytes()
string pdf_title = 6;
- Returns:
- The bytes for pdfTitle.
-
-