Name Return Type Description
O Create(Document, ElementId, XYZ, String, ElementId) TextNote Creates a new unwrapped TextNote element with the given properties.
O Create(Document, ElementId, XYZ, String, TextNoteOptions) TextNote Creates a new unwrapped text note element with the given properties.
O Create(Document, ElementId, XYZ, Double, String, ElementId) TextNote Creates a new line-wrapping text note element of the given width and properties.
O Create(Document, ElementId, XYZ, Double, String, TextNoteOptions) TextNote Creates a new line-wrapping text note element of the given width and properties.