Interface ChromeHtmlHeaderFooterPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ChromeHtmlHeaderFooterP, ChromeHtmlHeaderFooterP.Builder

    public interface ChromeHtmlHeaderFooterPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBaseUrl

        boolean hasBaseUrl()
        optional string base_url = 1;
        Returns:
        Whether the baseUrl field is set.
      • getBaseUrl

        String getBaseUrl()
        optional string base_url = 1;
        Returns:
        The baseUrl.
      • getBaseUrlBytes

        com.google.protobuf.ByteString getBaseUrlBytes()
        optional string base_url = 1;
        Returns:
        The bytes for baseUrl.
      • hasMaxHeight

        boolean hasMaxHeight()
        optional int32 max_height = 2;
        Returns:
        Whether the maxHeight field is set.
      • getMaxHeight

        int getMaxHeight()
        optional int32 max_height = 2;
        Returns:
        The maxHeight.
      • hasDrawDividerLine

        boolean hasDrawDividerLine()
        optional bool draw_divider_line = 3;
        Returns:
        Whether the drawDividerLine field is set.
      • getDrawDividerLine

        boolean getDrawDividerLine()
        optional bool draw_divider_line = 3;
        Returns:
        The drawDividerLine.
      • hasDividerLineColor

        boolean hasDividerLineColor()
        optional string divider_line_color = 4;
        Returns:
        Whether the dividerLineColor field is set.
      • getDividerLineColor

        String getDividerLineColor()
        optional string divider_line_color = 4;
        Returns:
        The dividerLineColor.
      • getDividerLineColorBytes

        com.google.protobuf.ByteString getDividerLineColorBytes()
        optional string divider_line_color = 4;
        Returns:
        The bytes for dividerLineColor.
      • hasHtmlFragment

        boolean hasHtmlFragment()
        optional string html_fragment = 5;
        Returns:
        Whether the htmlFragment field is set.
      • getHtmlFragment

        String getHtmlFragment()
        optional string html_fragment = 5;
        Returns:
        The htmlFragment.
      • getHtmlFragmentBytes

        com.google.protobuf.ByteString getHtmlFragmentBytes()
        optional string html_fragment = 5;
        Returns:
        The bytes for htmlFragment.
      • hasLoadStylesAndCSSFromMainHtmlDocument

        boolean hasLoadStylesAndCSSFromMainHtmlDocument()
        optional bool loadStylesAndCSSFromMainHtmlDocument = 6;
        Returns:
        Whether the loadStylesAndCSSFromMainHtmlDocument field is set.
      • getLoadStylesAndCSSFromMainHtmlDocument

        boolean getLoadStylesAndCSSFromMainHtmlDocument()
        optional bool loadStylesAndCSSFromMainHtmlDocument = 6;
        Returns:
        The loadStylesAndCSSFromMainHtmlDocument.