|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QTextFormat.Property>
com.trolltech.qt.gui.QTextFormat.Property
public static enum QTextFormat.Property
Press link for information on QTextFormat.Property.
Enum Constant Summary | |
---|---|
AnchorHref
Internal. |
|
AnchorName
Internal. |
|
BackgroundBrush
Internal. |
|
BlockAlignment
Internal. |
|
BlockBottomMargin
Internal. |
|
BlockIndent
Internal. |
|
BlockLeftMargin
Internal. |
|
BlockNonBreakableLines
Internal. |
|
BlockRightMargin
Internal. |
|
BlockTopMargin
Internal. |
|
BlockTrailingHorizontalRulerWidth
Internal. |
|
CssFloat
Internal. |
|
FontFamily
Internal. |
|
FontFixedPitch
Internal. |
|
FontItalic
Internal. |
|
FontOverline
Internal. |
|
FontPixelSize
Internal. |
|
FontPointSize
Internal. |
|
FontSizeAdjustment
Internal. |
|
FontStrikeOut
Internal. |
|
FontUnderline
This property has been deprecated. Use QTextFormat::TextUnderlineStyle instead. |
|
FontWeight
Internal. |
|
ForegroundBrush
Internal. |
|
FrameBorder
Internal. |
|
FrameBorderBrush
Internal. |
|
FrameBorderStyle
Internal. |
|
FrameBottomMargin
Internal. |
|
FrameHeight
Internal. |
|
FrameLeftMargin
Internal. |
|
FrameMargin
Internal. |
|
FramePadding
Internal. |
|
FrameRightMargin
Internal. |
|
FrameTopMargin
Internal. |
|
FrameWidth
Internal. |
|
FullWidthSelection
Internal. |
|
ImageHeight
Internal. |
|
ImageName
Internal. |
|
ImageWidth
Internal. |
|
IsAnchor
Internal. |
|
LayoutDirection
The layout direction of the text in the document (Qt::LayoutDirection). |
|
ListIndent
Internal. |
|
ListStyle
Internal. |
|
ObjectIndex
Internal. |
|
ObjectType
Internal. |
|
OutlinePen
Internal. |
|
PageBreakPolicy
Internal. |
|
TableCellColumnSpan
Internal. |
|
TableCellPadding
Internal. |
|
TableCellRowSpan
Internal. |
|
TableCellSpacing
Internal. |
|
TableColumns
Internal. |
|
TableColumnWidthConstraints
Internal. |
|
TableHeaderRowCount
Internal. |
|
TextIndent
Internal. |
|
TextOutline
Internal. |
|
TextToolTip
Specifies the (optional) tool tip to be displayed for a fragment of text. |
|
TextUnderlineColor
Internal. |
|
TextUnderlineStyle
Internal. |
|
TextVerticalAlignment
Internal. |
|
UserProperty
Internal. |
Method Summary | |
---|---|
static QTextFormat.Property |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTextFormat.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QTextFormat.Property[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QTextFormat.Property ObjectIndex
public static final QTextFormat.Property CssFloat
public static final QTextFormat.Property LayoutDirection
The layout direction of the text in the document (Qt::LayoutDirection).
public static final QTextFormat.Property OutlinePen
public static final QTextFormat.Property BackgroundBrush
public static final QTextFormat.Property ForegroundBrush
public static final QTextFormat.Property BlockAlignment
public static final QTextFormat.Property BlockTopMargin
public static final QTextFormat.Property BlockBottomMargin
public static final QTextFormat.Property BlockLeftMargin
public static final QTextFormat.Property BlockRightMargin
public static final QTextFormat.Property TextIndent
public static final QTextFormat.Property BlockIndent
public static final QTextFormat.Property BlockNonBreakableLines
public static final QTextFormat.Property BlockTrailingHorizontalRulerWidth
public static final QTextFormat.Property FontFamily
public static final QTextFormat.Property FontPointSize
public static final QTextFormat.Property FontSizeAdjustment
public static final QTextFormat.Property FontWeight
public static final QTextFormat.Property FontItalic
public static final QTextFormat.Property FontUnderline
This property has been deprecated. Use QTextFormat::TextUnderlineStyle instead.
public static final QTextFormat.Property FontOverline
public static final QTextFormat.Property FontStrikeOut
public static final QTextFormat.Property FontFixedPitch
public static final QTextFormat.Property FontPixelSize
public static final QTextFormat.Property TextUnderlineColor
public static final QTextFormat.Property TextVerticalAlignment
public static final QTextFormat.Property TextOutline
public static final QTextFormat.Property TextUnderlineStyle
public static final QTextFormat.Property TextToolTip
Specifies the (optional) tool tip to be displayed for a fragment of text.
public static final QTextFormat.Property IsAnchor
public static final QTextFormat.Property AnchorHref
public static final QTextFormat.Property AnchorName
public static final QTextFormat.Property ObjectType
public static final QTextFormat.Property ListStyle
public static final QTextFormat.Property ListIndent
public static final QTextFormat.Property FrameBorder
public static final QTextFormat.Property FrameMargin
public static final QTextFormat.Property FramePadding
public static final QTextFormat.Property FrameWidth
public static final QTextFormat.Property FrameHeight
public static final QTextFormat.Property FrameTopMargin
public static final QTextFormat.Property FrameBottomMargin
public static final QTextFormat.Property FrameLeftMargin
public static final QTextFormat.Property FrameRightMargin
public static final QTextFormat.Property FrameBorderBrush
public static final QTextFormat.Property FrameBorderStyle
public static final QTextFormat.Property TableColumns
public static final QTextFormat.Property TableColumnWidthConstraints
public static final QTextFormat.Property TableCellSpacing
public static final QTextFormat.Property TableCellPadding
public static final QTextFormat.Property TableHeaderRowCount
public static final QTextFormat.Property TableCellRowSpan
public static final QTextFormat.Property TableCellColumnSpan
public static final QTextFormat.Property ImageName
public static final QTextFormat.Property ImageWidth
public static final QTextFormat.Property ImageHeight
public static final QTextFormat.Property FullWidthSelection
public static final QTextFormat.Property PageBreakPolicy
public static final QTextFormat.Property UserProperty
Method Detail |
---|
public static final QTextFormat.Property[] values()
for(QTextFormat.Property c : QTextFormat.Property.values()) System.out.println(c);
public static QTextFormat.Property valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QTextFormat.Property resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |