# GrapeCity.Documents.Word.Fields.IndexEntry.Yomi

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Fields_IndexEntry_Yomi_" data-uid="GrapeCity.Documents.Word.Fields.IndexEntry.Yomi*">Yomi Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Fields_IndexEntry_Yomi_" data-uid="GrapeCity.Documents.Word.Fields.IndexEntry.Yomi*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_IndexEntry_Yomi" data-uid="GrapeCity.Documents.Word.Fields.IndexEntry.Yomi">Yomi</h4>
<div class="markdown level1 summary"><p>Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry.</p>
<p>While the <span class="xref">GrapeCity.Documents.Word.Fields.IndexEntry.Text</span> property may contain a word's spelling in Kanji, whose pronunciation may be ambiguous,
the "Yomi" version of the word will spell exactly how it is pronounced using Hiragana.</p>
<p>Default value is space for the first and last level. For other levels default value is <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string.empty">Empty</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Yomi { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Yomi As String</code></pre>
</div>
</div>
