Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
The QTextImageFormat class provides formatting information for images in a QTextDocument. More...
Protected Member Functions | |
QTextImageFormat (System.Type dummy) | |
QTextImageFormat (QTextFormat format) | |
![]() | |
QTextCharFormat (System.Type dummy) | |
QTextCharFormat (QTextFormat fmt) | |
![]() | |
QTextFormat (System.Type dummy) | |
Additional Inherited Members | |
![]() | |
enum | UnderlineStyle { DashDotDotLine = 5, DashDotLine = 4, DashUnderline = 2, DotLine = 3, NoUnderline = 0, SingleUnderline = 1, SpellCheckUnderline = 7, WaveUnderline = 6 } |
More... | |
enum | VerticalAlignment { AlignBaseline = 6, AlignBottom = 5, AlignMiddle = 3, AlignNormal = 0, AlignSubScript = 2, AlignSuperScript = 1, AlignTop = 4 } |
More... | |
![]() | |
static bool | operator!= (QTextFormat one, QTextFormat rhs) |
More... | |
static bool | operator== (QTextFormat one, QTextFormat rhs) |
More... | |
![]() | |
SmokeInvocation | interceptor |
The QTextImageFormat class provides formatting information for images in a QTextDocument.
Inline images are represented by an object replacement character (0xFFFC in Unicode) which has an associated QTextImageFormat. The image format specifies a name with setName() that is used to locate the image. The size of the rectangle that the image will occupy is specified using setWidth() and setHeight().
Images can be supplied in any format for which Qt has an image reader, so SVG drawings can be included alongside PNG, TIFF and other bitmap formats.
See also QImage and QImageReader.
|
protected |
QtGui.QTextImageFormat.QTextImageFormat | ( | ) |
Creates a new image format object.
|
protected |
QtGui.QTextImageFormat.QTextImageFormat | ( | QTextImageFormat | copy | ) |
|
virtual |
new void QtGui.QTextImageFormat.Dispose | ( | ) |
|
getset |
Returns the height of the rectangle occupied by the image.
Sets the height of the rectangle occupied by the image.
|
get |
Returns true if this image format is valid; otherwise returns false.
|
getset |
Returns the name of the image. The name refers to an entry in the application's resources file.
Sets the name of the image. The name is used to locate the image in the application's resources.
|
getset |
Returns the width of the rectangle occupied by the image.
Sets the width of the rectangle occupied by the image.