1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtextformat.cpp -->
<title>Qt 4.8: QTextTableCellFormat Class Reference</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtgui.html">QtGui</a></li>
<li>QTextTableCellFormat</li>
</ul>
</div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QTextTableCellFormat Class Reference</h1>
<!-- $$$QTextTableCellFormat-brief -->
<p>The QTextTableCellFormat class provides formatting information for table cells in a <a href="qtextdocument.html">QTextDocument</a>. <a href="#details">More...</a></p>
<!-- @@@QTextTableCellFormat -->
<pre class="cpp"> <span class="preprocessor">#include <QTextTableCellFormat></span></pre><p><b>Inherits: </b><a href="qtextcharformat.html">QTextCharFormat</a>.</p>
<p><b>Note:</b> All functions in this class are <a href="threads-reentrancy.html#reentrant">reentrant</a>.</p>
<p>This class was introduced in Qt 4.4.</p>
<ul>
<li><a href="qtexttablecellformat-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#QTextTableCellFormat">QTextTableCellFormat</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#bottomPadding">bottomPadding</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#isValid">isValid</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#leftPadding">leftPadding</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#rightPadding">rightPadding</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a></b> ( qreal <i>padding</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a></b> ( qreal <i>padding</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#setPadding">setPadding</a></b> ( qreal <i>padding</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a></b> ( qreal <i>padding</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a></b> ( qreal <i>padding</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qtexttablecellformat.html#topPadding">topPadding</a></b> () const</td></tr>
</table>
<ul>
<li class="fn">49 public functions inherited from <a href="qtextcharformat.html#public-functions">QTextCharFormat</a></li>
<li class="fn">49 public functions inherited from <a href="qtextformat.html#public-functions">QTextFormat</a></li>
</ul>
<a name="details"></a>
<!-- $$$QTextTableCellFormat-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QTextTableCellFormat class provides formatting information for table cells in a <a href="qtextdocument.html">QTextDocument</a>.</p>
<p>The table cell format of a table cell in a document specifies the visual properties of the table cell.</p>
<p>The padding properties of a table cell are controlled by <a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a>(), <a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a>(), <a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a>(), and <a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a>(). All the paddings can be set at once using <a href="qtexttablecellformat.html#setPadding">setPadding</a>().</p>
</div>
<p><b>See also </b><a href="qtextformat.html">QTextFormat</a>, <a href="qtextblockformat.html">QTextBlockFormat</a>, <a href="qtexttableformat.html">QTextTableFormat</a>, and <a href="qtextcharformat.html">QTextCharFormat</a>.</p>
<!-- @@@QTextTableCellFormat -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QTextTableCellFormat[overload1]$$$QTextTableCellFormat -->
<h3 class="fn"><a name="QTextTableCellFormat"></a>QTextTableCellFormat::<span class="name">QTextTableCellFormat</span> ()</h3>
<p>Constructs a new table cell format object.</p>
<p>This function was introduced in Qt 4.4.</p>
<!-- @@@QTextTableCellFormat -->
<!-- $$$bottomPadding[overload1]$$$bottomPadding -->
<h3 class="fn"><a name="bottomPadding"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QTextTableCellFormat::<span class="name">bottomPadding</span> () const</h3>
<p>Gets the bottom padding of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a>(), <a href="qtexttablecellformat.html#leftPadding">leftPadding</a>(), <a href="qtexttablecellformat.html#rightPadding">rightPadding</a>(), and <a href="qtexttablecellformat.html#topPadding">topPadding</a>().</p>
<!-- @@@bottomPadding -->
<!-- $$$isValid[overload1]$$$isValid -->
<h3 class="fn"><a name="isValid"></a><span class="type">bool</span> QTextTableCellFormat::<span class="name">isValid</span> () const</h3>
<p>Returns true if this table cell format is valid; otherwise returns false.</p>
<p>This function was introduced in Qt 4.4.</p>
<!-- @@@isValid -->
<!-- $$$leftPadding[overload1]$$$leftPadding -->
<h3 class="fn"><a name="leftPadding"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QTextTableCellFormat::<span class="name">leftPadding</span> () const</h3>
<p>Gets the left padding of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a>(), <a href="qtexttablecellformat.html#rightPadding">rightPadding</a>(), <a href="qtexttablecellformat.html#topPadding">topPadding</a>(), and <a href="qtexttablecellformat.html#bottomPadding">bottomPadding</a>().</p>
<!-- @@@leftPadding -->
<!-- $$$rightPadding[overload1]$$$rightPadding -->
<h3 class="fn"><a name="rightPadding"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QTextTableCellFormat::<span class="name">rightPadding</span> () const</h3>
<p>Gets the right padding of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a>(), <a href="qtexttablecellformat.html#leftPadding">leftPadding</a>(), <a href="qtexttablecellformat.html#topPadding">topPadding</a>(), and <a href="qtexttablecellformat.html#bottomPadding">bottomPadding</a>().</p>
<!-- @@@rightPadding -->
<!-- $$$setBottomPadding[overload1]$$$setBottomPaddingqreal -->
<h3 class="fn"><a name="setBottomPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setBottomPadding</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>padding</i> )</h3>
<p>Sets the bottom <i>padding</i> of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#bottomPadding">bottomPadding</a>(), <a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a>(), <a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a>(), and <a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a>().</p>
<!-- @@@setBottomPadding -->
<!-- $$$setLeftPadding[overload1]$$$setLeftPaddingqreal -->
<h3 class="fn"><a name="setLeftPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setLeftPadding</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>padding</i> )</h3>
<p>Sets the left <i>padding</i> of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#leftPadding">leftPadding</a>(), <a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a>(), <a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a>(), and <a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a>().</p>
<!-- @@@setLeftPadding -->
<!-- $$$setPadding[overload1]$$$setPaddingqreal -->
<h3 class="fn"><a name="setPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setPadding</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>padding</i> )</h3>
<p>Sets the left, right, top, and bottom <i>padding</i> of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a>(), <a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a>(), <a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a>(), and <a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a>().</p>
<!-- @@@setPadding -->
<!-- $$$setRightPadding[overload1]$$$setRightPaddingqreal -->
<h3 class="fn"><a name="setRightPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setRightPadding</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>padding</i> )</h3>
<p>Sets the right <i>padding</i> of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#rightPadding">rightPadding</a>(), <a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a>(), <a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a>(), and <a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a>().</p>
<!-- @@@setRightPadding -->
<!-- $$$setTopPadding[overload1]$$$setTopPaddingqreal -->
<h3 class="fn"><a name="setTopPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setTopPadding</span> ( <span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> <i>padding</i> )</h3>
<p>Sets the top <i>padding</i> of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#topPadding">topPadding</a>(), <a href="qtexttablecellformat.html#setLeftPadding">setLeftPadding</a>(), <a href="qtexttablecellformat.html#setRightPadding">setRightPadding</a>(), and <a href="qtexttablecellformat.html#setBottomPadding">setBottomPadding</a>().</p>
<!-- @@@setTopPadding -->
<!-- $$$topPadding[overload1]$$$topPadding -->
<h3 class="fn"><a name="topPadding"></a><span class="type"><a href="qtglobal.html#qreal-typedef">qreal</a></span> QTextTableCellFormat::<span class="name">topPadding</span> () const</h3>
<p>Gets the top padding of the table cell.</p>
<p>This function was introduced in Qt 4.4.</p>
<p><b>See also </b><a href="qtexttablecellformat.html#setTopPadding">setTopPadding</a>(), <a href="qtexttablecellformat.html#leftPadding">leftPadding</a>(), <a href="qtexttablecellformat.html#rightPadding">rightPadding</a>(), and <a href="qtexttablecellformat.html#bottomPadding">bottomPadding</a>().</p>
<!-- @@@topPadding -->
</div>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|