DocumentFontOptions

public final class DocumentFontOptions implements Parcelable

Constructors

Link copied to clipboard
public DocumentFontOptions DocumentFontOptions(Integer previewScreenTitleFont, Integer previewScreenTitleFontSize, Integer previewScreenRetryBtnFont, Integer previewScreenRetryBtnFontSize, Integer previewScreenDoneBtnFont, Integer previewScreenDoneBtnFontSize)

Properties

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final Unit setPreviewScreenDoneBtnFont(Integer previewScreenDoneBtnFont)
Link copied to clipboard
public final Unit setPreviewScreenDoneBtnFontSize(Integer previewScreenDoneBtnFontSize)
Link copied to clipboard
public final Unit setPreviewScreenRetryBtnFont(Integer previewScreenRetryBtnFont)
Link copied to clipboard
public final Unit setPreviewScreenRetryBtnFontSize(Integer previewScreenRetryBtnFontSize)
Link copied to clipboard
public final Unit setPreviewScreenTitleFont(Integer previewScreenTitleFont)
Link copied to clipboard
public final Unit setPreviewScreenTitleFontSize(Integer previewScreenTitleFontSize)
Link copied to clipboard
public abstract Unit writeToParcel(Parcel p0, Integer p1)