Package | Description |
---|---|
com.hcl.domino.design.format | |
com.hcl.domino.richtext | |
com.hcl.domino.richtext.records | |
com.hcl.domino.richtext.structures |
Modifier and Type | Method and Description |
---|---|
FontStyle |
ViewCalendarFormat.getDayDateFont() |
FontStyle |
ViewColumnFormat.getFontStyle() |
FontStyle |
ViewCalendarFormat.getHeaderFont() |
FontStyle |
ViewColumnFormat2.getHeaderFontStyle() |
FontStyle |
ViewCalendarFormat.getTimeSlotFont() |
FontStyle |
ViewTableFormat2.getTitleFont() |
FontStyle |
ViewTableFormat2.getTotalsFont() |
FontStyle |
ViewTableFormat2.getUnreadFont() |
Modifier and Type | Method and Description |
---|---|
FontStyle |
RichTextWriter.createFontStyle()
Creates a new font style
|
Modifier and Type | Method and Description |
---|---|
RichTextWriter |
RichTextWriter.addAttachmentIcon(Attachment att,
String filenameToDisplay,
String captionText,
FontStyle captionStyle,
RichTextWriter.CaptionPosition captionPos,
int captionColorRed,
int captionColorGreen,
int captionColorBlue,
int resizeToWidth,
int resizeToHeight,
Path imagePath) |
RichTextWriter |
RichTextWriter.addAttachmentIcon(String attachmentProgrammaticName,
String filenameToDisplay,
String captionText,
FontStyle captionStyle,
RichTextWriter.CaptionPosition captionPos,
int captionColorRed,
int captionColorGreen,
int captionColorBlue,
int resizeToWidth,
int resizeToHeight,
InputStream imageData) |
RichTextWriter |
RichTextWriter.addText(String txt,
TextStyle textStyle,
FontStyle fontStyle)
Adds a text element with the specified font style
|
RichTextWriter |
RichTextWriter.addText(String txt,
TextStyle textStyle,
FontStyle fontStyle,
boolean createParagraphOnLinebreak)
Adds a text element with the specified font style
|
Modifier and Type | Method and Description |
---|---|
FontStyle |
CDCaption.getFontID() |
FontStyle |
CDField.getFontStyle() |
FontStyle |
CDActionBarExt.getFontStyle() |
FontStyle |
CDKeyword.getFontStyle() |
FontStyle |
CDActionBar.getFontStyle() |
FontStyle |
CDText.getStyle()
Returns the font style of the text
|
Modifier and Type | Method and Description |
---|---|
CDText |
CDText.setStyle(FontStyle style) |
Modifier and Type | Method and Description |
---|---|
FontStyle |
FontStyle.setAttributes(Collection<FontStyle.Attribute> attributes) |
default FontStyle |
FontStyle.setBold(boolean b) |
FontStyle |
FontStyle.setColor(FontStyle.StandardColors color) |
default FontStyle |
FontStyle.setExtrude(boolean b) |
FontStyle |
FontStyle.setFontFace(FontStyle.StandardFonts font) |
default FontStyle |
FontStyle.setItalic(boolean b) |
FontStyle |
FontStyle.setPointSize(int size) |
default FontStyle |
FontStyle.setShadow(boolean b) |
default FontStyle |
FontStyle.setStrikeout(boolean b) |
default FontStyle |
FontStyle.setSub(boolean b) |
default FontStyle |
FontStyle.setSuper(boolean b) |
default FontStyle |
FontStyle.setUnderline(boolean b) |
Copyright © 2019–2021 HCL. All rights reserved.