<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xlswriter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'class.vtiful-kernel-format.php',
    1 => 'Vtiful\\Kernel\\Format',
    2 => 'The Vtiful\\Kernel\\Format class',
  ),
  'up' => 
  array (
    0 => 'book.xlswriter.php',
    1 => 'XLSWriter',
  ),
  'prev' => 
  array (
    0 => 'vtiful-kernel-excel.setRow.php',
    1 => 'Vtiful\\Kernel\\Excel::setRow',
  ),
  'next' => 
  array (
    0 => 'vtiful-kernel-format.align.php',
    1 => 'Vtiful\\Kernel\\Format::align',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xlswriter/xlsx-format.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.vtiful-kernel-format.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.vtiful-kernel-format" class="reference">

 <h1 class="title">The Vtiful\Kernel\Format class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL xlswriter &gt;= 1.2.1)</p>


  <div class="section" id="vtiful-kernel-format.intro">
   <h2 class="title">Вступ</h2>
   <p class="para">
    Create a cell format object
   </p>
  </div>


  <div class="section" id="vtiful-kernel-format.synopsis">
   <h2 class="title">Короткий огляд класу</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">Vtiful\Kernel\Format</strong>
     </span>
     {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Константи */</div>
    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-left"><var class="varname">FORMAT_ALIGN_LEFT</var></a></var><span class="initializer"> = 1</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-center"><var class="varname">FORMAT_ALIGN_CENTER</var></a></var><span class="initializer"> = 2</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-right"><var class="varname">FORMAT_ALIGN_RIGHT</var></a></var><span class="initializer"> = 3</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-fill"><var class="varname">FORMAT_ALIGN_FILL</var></a></var><span class="initializer"> = 4</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-justify"><var class="varname">FORMAT_ALIGN_JUSTIFY</var></a></var><span class="initializer"> = 5</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-center-across"><var class="varname">FORMAT_ALIGN_CENTER_ACROSS</var></a></var><span class="initializer"> = 6</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-distributed"><var class="varname">FORMAT_ALIGN_DISTRIBUTED</var></a></var><span class="initializer"> = 7</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-top"><var class="varname">FORMAT_ALIGN_VERTICAL_TOP</var></a></var><span class="initializer"> = 8</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-bottom"><var class="varname">FORMAT_ALIGN_VERTICAL_BOTTOM</var></a></var><span class="initializer"> = 9</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-center"><var class="varname">FORMAT_ALIGN_VERTICAL_CENTER</var></a></var><span class="initializer"> = 10</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-justify"><var class="varname">FORMAT_ALIGN_VERTICAL_JUSTIFY</var></a></var><span class="initializer"> = 11</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-distributed"><var class="varname">FORMAT_ALIGN_VERTICAL_DISTRIBUTED</var></a></var><span class="initializer"> = 12</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-single"><var class="varname">UNDERLINE_SINGLE</var></a></var><span class="initializer"> = 1</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-double"><var class="varname">UNDERLINE_DOUBLE</var></a></var><span class="initializer"> = 2</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-single-accounting"><var class="varname">UNDERLINE_SINGLE_ACCOUNTING</var></a></var><span class="initializer"> = 3</span>;</div>

    <div class="fieldsynopsis"><span class="modifier">const</span>
     <span class="type"><a href="language.types.integer.php" class="type int">int</a></span>
      <var class="fieldsynopsis_varname"><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-double-accounting"><var class="varname">UNDERLINE_DOUBLE_ACCOUNTING</var></a></var><span class="initializer"> = 4</span>;</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Методи */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="vtiful-kernel-format.align.php" class="methodname">align</a></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$handle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$style</code></span>)</div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="vtiful-kernel-format.bold.php" class="methodname">bold</a></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$handle</code></span>)</div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="vtiful-kernel-format.italic.php" class="methodname">italic</a></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$handle</code></span>)</div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="vtiful-kernel-format.underline.php" class="methodname">underline</a></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$handle</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$style</code></span>)</div>


   }</div>


  </div>


  <div class="section" id="vtiful-kernel-format.constants">
   <h2 class="title">Попередньо визначені константи</h2>
   <dl>

    
     <dt id="vtiful-kernel-format.constants.format-align-left"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-left">Vtiful\Kernel\Format::FORMAT_ALIGN_LEFT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-center"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-center">Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-right"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-right">Vtiful\Kernel\Format::FORMAT_ALIGN_RIGHT</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-fill"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-fill">Vtiful\Kernel\Format::FORMAT_ALIGN_FILL</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-justify"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-justify">Vtiful\Kernel\Format::FORMAT_ALIGN_JUSTIFY</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-center-across"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-center-across">Vtiful\Kernel\Format::FORMAT_ALIGN_CENTER_ACROSS</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-distributed"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-distributed">Vtiful\Kernel\Format::FORMAT_ALIGN_DISTRIBUTED</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-vertical-top"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-top">Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_TOP</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-vertical-bottom"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-bottom">Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_BOTTOM</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-vertical-center"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-center">Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_CENTER</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-vertical-justify"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-justify">Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_JUSTIFY</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.format-align-vertical-distributed"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.format-align-vertical-distributed">Vtiful\Kernel\Format::FORMAT_ALIGN_VERTICAL_DISTRIBUTED</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.underline-single"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-single">Vtiful\Kernel\Format::UNDERLINE_SINGLE</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.underline-double"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-double">Vtiful\Kernel\Format::UNDERLINE_DOUBLE</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.underline-single-accounting"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-single-accounting">Vtiful\Kernel\Format::UNDERLINE_SINGLE_ACCOUNTING</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

    
     <dt id="vtiful-kernel-format.constants.underline-double-accounting"><strong><code><a href="class.vtiful-kernel-format.php#vtiful-kernel-format.constants.underline-double-accounting">Vtiful\Kernel\Format::UNDERLINE_DOUBLE_ACCOUNTING</a></code></strong></dt>
     <dd>
      <p class="para"/>
     </dd>
    

   </dl>
  </div>


 </div>

 




























<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="vtiful-kernel-format.align.php">Vtiful\Kernel\Format::align</a> — Vtiful\Kernel\Format align</li><li><a href="vtiful-kernel-format.bold.php">Vtiful\Kernel\Format::bold</a> — Vtiful\Kernel\Format bold</li><li><a href="vtiful-kernel-format.italic.php">Vtiful\Kernel\Format::italic</a> — Vtiful\Kernel\Format italic</li><li><a href="vtiful-kernel-format.underline.php">Vtiful\Kernel\Format::underline</a> — Vtiful\Kernel\Format underline</li></ul>
</div>
<?php manual_footer($setup); ?>