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 Summary
All 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;FontTypePgetFont()optional .ironpdfengineproto.FontTypeP font = 5;FontTypePOrBuildergetFontOrBuilder()optional .ironpdfengineproto.FontTypeP 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.FontTypeP 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasLeftText
boolean hasLeftText()
optional string left_text = 1;- Returns:
 - Whether the leftText field is set.
 
 
- 
getLeftText
String getLeftText()
optional string left_text = 1;- Returns:
 - The leftText.
 
 
- 
getLeftTextBytes
com.google.protobuf.ByteString getLeftTextBytes()
optional string left_text = 1;- Returns:
 - The bytes for leftText.
 
 
- 
hasCenterText
boolean hasCenterText()
optional string center_text = 2;- Returns:
 - Whether the centerText field is set.
 
 
- 
getCenterText
String getCenterText()
optional string center_text = 2;- Returns:
 - The centerText.
 
 
- 
getCenterTextBytes
com.google.protobuf.ByteString getCenterTextBytes()
optional string center_text = 2;- Returns:
 - The bytes for centerText.
 
 
- 
hasRightText
boolean hasRightText()
optional string right_text = 3;- Returns:
 - Whether the rightText field is set.
 
 
- 
getRightText
String getRightText()
optional string right_text = 3;- Returns:
 - The rightText.
 
 
- 
getRightTextBytes
com.google.protobuf.ByteString getRightTextBytes()
optional string right_text = 3;- Returns:
 - The bytes for rightText.
 
 
- 
hasDrawDividerLine
boolean hasDrawDividerLine()
optional bool draw_divider_line = 4;- Returns:
 - Whether the drawDividerLine field is set.
 
 
- 
getDrawDividerLine
boolean getDrawDividerLine()
optional bool draw_divider_line = 4;- Returns:
 - The drawDividerLine.
 
 
- 
hasFont
boolean hasFont()
optional .ironpdfengineproto.FontTypeP font = 5;- Returns:
 - Whether the font field is set.
 
 
- 
getFont
FontTypeP getFont()
optional .ironpdfengineproto.FontTypeP font = 5;- Returns:
 - The font.
 
 
- 
getFontOrBuilder
FontTypePOrBuilder getFontOrBuilder()
optional .ironpdfengineproto.FontTypeP font = 5; 
- 
hasFontSize
boolean hasFontSize()
optional double font_size = 6;- Returns:
 - Whether the fontSize field is set.
 
 
- 
getFontSize
double getFontSize()
optional double font_size = 6;- Returns:
 - The fontSize.
 
 
- 
hasDividerLineColor
boolean hasDividerLineColor()
optional string divider_line_color = 7;- Returns:
 - Whether the dividerLineColor field is set.
 
 
- 
getDividerLineColor
String getDividerLineColor()
optional string divider_line_color = 7;- Returns:
 - The dividerLineColor.
 
 
- 
getDividerLineColorBytes
com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 7;- Returns:
 - The bytes for dividerLineColor.
 
 
 - 
 
 -