SIL.FieldWorks.Common.RootSites.CollectorEnv.IsParagraphOpen C# (CSharp) Method

IsParagraphOpen() public method

Current flow object is a paragraph. (But being in a span it will still be true.)
public IsParagraphOpen ( ) : bool
return bool
		public bool IsParagraphOpen()
		{
			return m_fIsParaOpen;
		}