Пример #1
0
		/// ------------------------------------------------------------------------------------
		/// <summary>
		/// Initializes a new instance of the <see cref="StyleCapInfo"/> class.
		/// </summary>
		/// <param name="type">The type of style (character or paragraph).</param>
		/// <param name="capCheck">The reason for the capitalization in this style.</param>
		/// ------------------------------------------------------------------------------------
		public StyleCapInfo(StyleInfo.StyleTypes type, CapCheckTypes capCheck)
		{
			m_type = type;
			m_capCheck = capCheck;
		}
Пример #2
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Initializes a new instance of the <see cref="StyleCapInfo"/> class.
 /// </summary>
 /// <param name="type">The type of style (character or paragraph).</param>
 /// <param name="capCheck">The reason for the capitalization in this style.</param>
 /// ------------------------------------------------------------------------------------
 public StyleCapInfo(StyleInfo.StyleTypes type, CapCheckTypes capCheck)
 {
     m_type     = type;
     m_capCheck = capCheck;
 }