Name | Description | |
---|---|---|
NDrawingCommandActionSchema | Schema associated with NDrawingCommandAction. |
The following tables list the members exposed by NDrawingCommandAction.
Name | Description | |
---|---|---|
NDrawingCommandActionSchema | Schema associated with NDrawingCommandAction. |
Name | Description | |
---|---|---|
IsEnabled | Overridden. Checks whether this action should be enabled for the given target. | |
OnUpdateCommandSource | Overridden. Called by the commander when an update command source event for this action command has been received by it. |
Name | Description | |
---|---|---|
GetActivePage | Safely gets the active page of the drawing hosted in the view. | |
GetCurrentRichTextView | Gets the current text block editor | |
GetDrawing | Safely gets the drawing for the specified command target. | |
GetDrawingDocument | Safely gets the drawing document for the specified command target. | |
GetDrawingView | Safely gets the drawing view for the specified command target. | |
GetFormatAnchorShapeGeometry | Safely gets the geometry of the format anchor shape of the given drawing page. | |
GetFormatAnchorShapeTextBlock | Overloaded. Safely gets the text block of the format anchor shape of the given drawing page. | |
GetPageAlignmentAnchor | Safely gets the alignment anchor selected shape of the given page. Returns null if there aren't any selected shapes. | |
GetPageFormatAnchor | Safely gets the format anchor selected shape of the given page. Returns null if there aren't any selected shapes. | |
GetRichTextView | Gets the rich text view. | |
GetTextTarget | Gets the target for the text operation. If the returned richTextView is not null, the operation should be applied to it. If the returned textBlock should be checked. |