Importer.RtfDeltaImporter.Document.IsInserted C# (CSharp) 메소드

IsInserted() 개인적인 메소드

Paragraph has been inserted
private IsInserted ( Paragraph p ) : bool
p Paragraph
리턴 bool
        private bool IsInserted(Paragraph p)
        {
            return p.State == Paragraph.ParagraphState.Inserted && p.Text.Length > 0;
        }