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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;StringgetHtmlTitle()string html_title = 5;com.google.protobuf.ByteStringgetHtmlTitleBytes()string html_title = 5;ChromePdfRenderOptionsPgetOptions().ironpdfengineproto.ChromePdfRenderOptionsP options = 2;ChromePdfRenderOptionsPOrBuildergetOptionsOrBuilder().ironpdfengineproto.ChromePdfRenderOptionsP options = 2;intgetPageIndexes(int index)repeated int32 page_indexes = 3;intgetPageIndexesCount()repeated int32 page_indexes = 3;List<Integer>getPageIndexesList()repeated int32 page_indexes = 3;StringgetPdfTitle()string pdf_title = 6;com.google.protobuf.ByteStringgetPdfTitleBytes()string pdf_title = 6;StringgetUrl()string url = 4;com.google.protobuf.ByteStringgetUrlBytes()string url = 4;booleanhasDocument().ironpdfengineproto.PdfDocumentP document = 1;booleanhasOptions().ironpdfengineproto.ChromePdfRenderOptionsP options = 2;- 
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;
 - 
hasOptionsboolean hasOptions() .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;- Returns:
- Whether the options field is set.
 
 - 
getOptionsChromePdfRenderOptionsP getOptions() .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;- Returns:
- The options.
 
 - 
getOptionsOrBuilderChromePdfRenderOptionsPOrBuilder getOptionsOrBuilder() .ironpdfengineproto.ChromePdfRenderOptionsP options = 2;
 - 
getPageIndexesListList<Integer> getPageIndexesList() repeated int32 page_indexes = 3;- Returns:
- A list containing the pageIndexes.
 
 - 
getPageIndexesCountint getPageIndexesCount() repeated int32 page_indexes = 3;- Returns:
- The count of pageIndexes.
 
 - 
getPageIndexesint getPageIndexes(int index) repeated int32 page_indexes = 3;- Parameters:
- index- The index of the element to return.
- Returns:
- The pageIndexes at the given index.
 
 - 
getUrlString getUrl() string url = 4;- Returns:
- The url.
 
 - 
getUrlBytescom.google.protobuf.ByteString getUrlBytes() string url = 4;- Returns:
- The bytes for url.
 
 - 
getHtmlTitleString getHtmlTitle() string html_title = 5;- Returns:
- The htmlTitle.
 
 - 
getHtmlTitleBytescom.google.protobuf.ByteString getHtmlTitleBytes() string html_title = 5;- Returns:
- The bytes for htmlTitle.
 
 - 
getPdfTitleString getPdfTitle() string pdf_title = 6;- Returns:
- The pdfTitle.
 
 - 
getPdfTitleBytescom.google.protobuf.ByteString getPdfTitleBytes() string pdf_title = 6;- Returns:
- The bytes for pdfTitle.
 
 
- 
 
-