Interface ChromeTextHeaderFooterPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ChromeTextHeaderFooterP,- ChromeTextHeaderFooterP.Builder
 
 public interface ChromeTextHeaderFooterPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCenterText()optional string center_text = 2;com.google.protobuf.ByteStringgetCenterTextBytes()optional string center_text = 2;StringgetDividerLineColor()optional string divider_line_color = 7;com.google.protobuf.ByteStringgetDividerLineColorBytes()optional string divider_line_color = 7;booleangetDrawDividerLine()optional bool draw_divider_line = 4;PdfiumFontInfoPgetFont()optional .ironpdfengineproto.PdfiumFontInfoP font = 5;PdfiumFontInfoPOrBuildergetFontOrBuilder()optional .ironpdfengineproto.PdfiumFontInfoP font = 5;doublegetFontSize()optional double font_size = 6;StringgetLeftText()optional string left_text = 1;com.google.protobuf.ByteStringgetLeftTextBytes()optional string left_text = 1;StringgetRightText()optional string right_text = 3;com.google.protobuf.ByteStringgetRightTextBytes()optional string right_text = 3;booleanhasCenterText()optional string center_text = 2;booleanhasDividerLineColor()optional string divider_line_color = 7;booleanhasDrawDividerLine()optional bool draw_divider_line = 4;booleanhasFont()optional .ironpdfengineproto.PdfiumFontInfoP font = 5;booleanhasFontSize()optional double font_size = 6;booleanhasLeftText()optional string left_text = 1;booleanhasRightText()optional string right_text = 3;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasLeftTextboolean hasLeftText() optional string left_text = 1;- Returns:
- Whether the leftText field is set.
 
 - 
getLeftTextString getLeftText() optional string left_text = 1;- Returns:
- The leftText.
 
 - 
getLeftTextBytescom.google.protobuf.ByteString getLeftTextBytes() optional string left_text = 1;- Returns:
- The bytes for leftText.
 
 - 
hasCenterTextboolean hasCenterText() optional string center_text = 2;- Returns:
- Whether the centerText field is set.
 
 - 
getCenterTextString getCenterText() optional string center_text = 2;- Returns:
- The centerText.
 
 - 
getCenterTextBytescom.google.protobuf.ByteString getCenterTextBytes() optional string center_text = 2;- Returns:
- The bytes for centerText.
 
 - 
hasRightTextboolean hasRightText() optional string right_text = 3;- Returns:
- Whether the rightText field is set.
 
 - 
getRightTextString getRightText() optional string right_text = 3;- Returns:
- The rightText.
 
 - 
getRightTextBytescom.google.protobuf.ByteString getRightTextBytes() optional string right_text = 3;- Returns:
- The bytes for rightText.
 
 - 
hasDrawDividerLineboolean hasDrawDividerLine() optional bool draw_divider_line = 4;- Returns:
- Whether the drawDividerLine field is set.
 
 - 
getDrawDividerLineboolean getDrawDividerLine() optional bool draw_divider_line = 4;- Returns:
- The drawDividerLine.
 
 - 
hasFontboolean hasFont() optional .ironpdfengineproto.PdfiumFontInfoP font = 5;- Returns:
- Whether the font field is set.
 
 - 
getFontPdfiumFontInfoP getFont() optional .ironpdfengineproto.PdfiumFontInfoP font = 5;- Returns:
- The font.
 
 - 
getFontOrBuilderPdfiumFontInfoPOrBuilder getFontOrBuilder() optional .ironpdfengineproto.PdfiumFontInfoP font = 5;
 - 
hasFontSizeboolean hasFontSize() optional double font_size = 6;- Returns:
- Whether the fontSize field is set.
 
 - 
getFontSizedouble getFontSize() optional double font_size = 6;- Returns:
- The fontSize.
 
 - 
hasDividerLineColorboolean hasDividerLineColor() optional string divider_line_color = 7;- Returns:
- Whether the dividerLineColor field is set.
 
 - 
getDividerLineColorString getDividerLineColor() optional string divider_line_color = 7;- Returns:
- The dividerLineColor.
 
 - 
getDividerLineColorBytescom.google.protobuf.ByteString getDividerLineColorBytes() optional string divider_line_color = 7;- Returns:
- The bytes for dividerLineColor.
 
 
- 
 
-