Importer.RtfDeltaImporter.Document.IsInserted C# (CSharp) Méthode

IsInserted() private méthode

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