Searched defs:document (Results 1 – 4 of 4) sorted by relevance
30 public static bool IsDocumentDirty(Document document) in IsDocumentDirty()37 public static IWpfTextView GetDocumentView(Document document) in GetDocumentView()
266 private void OnBeforeSave(object sender, Document document) in OnBeforeSave()315 private void FormatDocument(Document document, OptionPageGrid options) in FormatDocument()
15 public delegate void OnBeforeSaveHander(object sender, Document document); in OnBeforeSaveHander()
26 def document(args): function