Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 768f7d9f703884aa2562bf0a651086df > files > 1655

qtbase5-doc-5.9.4-1.1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtextformat.cpp -->
  <title>QTextTableCellFormat Class | Qt GUI 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.9</td><td ><a href="qtgui-index.html">Qt GUI</a></td><td ><a href="qtgui-module.html">C++ Classes</a></td><td >QTextTableCellFormat</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<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>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QTextTableCellFormat Class</h1>
<!-- $$$QTextTableCellFormat-brief -->
<p>The <a href="qtexttablecellformat.html">QTextTableCellFormat</a> class provides formatting information for table cells in a <a href="qtextdocument.html">QTextDocument</a>. <a href="#details">More...</a></p>
<!-- @@@QTextTableCellFormat -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QTextTableCellFormat&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += gui</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 4.4</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qtextcharformat.html">QTextCharFormat</a></td></tr></table></div><ul>
<li><a href="qtexttablecellformat-members.html">List of all members, including inherited members</a></li>
</ul>
<p><b>Note:</b> All functions in this class are reentrant.</p>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><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></div>
<ul>
<li class="fn">54 public functions inherited from <a href="qtextcharformat.html#public-functions">QTextCharFormat</a></li>
<li class="fn">51 public functions inherited from <a href="qtextformat.html#public-functions">QTextFormat</a></li>
</ul>
<a name="details"></a>
<!-- $$$QTextTableCellFormat-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qtexttablecellformat.html">QTextTableCellFormat</a> 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" id="QTextTableCellFormat"><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" id="bottomPadding"><a name="bottomPadding"></a><span class="type"><a href="../qtcore/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" id="isValid"><a name="isValid"></a><span class="type">bool</span> QTextTableCellFormat::<span class="name">isValid</span>() const</h3>
<p>Returns <code>true</code> if this table cell format is valid; otherwise returns <code>false</code>.</p>
<p>This function was introduced in  Qt 4.4.</p>
<!-- @@@isValid -->
<!-- $$$leftPadding[overload1]$$$leftPadding -->
<h3 class="fn" id="leftPadding"><a name="leftPadding"></a><span class="type"><a href="../qtcore/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" id="rightPadding"><a name="rightPadding"></a><span class="type"><a href="../qtcore/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" id="setBottomPadding"><a name="setBottomPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setBottomPadding</span>(<span class="type"><a href="../qtcore/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" id="setLeftPadding"><a name="setLeftPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setLeftPadding</span>(<span class="type"><a href="../qtcore/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" id="setPadding"><a name="setPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setPadding</span>(<span class="type"><a href="../qtcore/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" id="setRightPadding"><a name="setRightPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setRightPadding</span>(<span class="type"><a href="../qtcore/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" id="setTopPadding"><a name="setTopPadding"></a><span class="type">void</span> QTextTableCellFormat::<span class="name">setTopPadding</span>(<span class="type"><a href="../qtcore/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" id="topPadding"><a name="topPadding"></a><span class="type"><a href="../qtcore/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>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    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.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>