'Declaration Public Function GetFocusedTextContent( _
ByVal editorThe document editor.As Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor, _
ByRef selectedTextRegionA selected text region.As Vintasoft.Imaging.Text.TextRegion _
) As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlCompositeTextContent
public Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlCompositeTextContent GetFocusedTextContent(
Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor editor,
out Vintasoft.Imaging.Text.TextRegion selectedTextRegion
)
public: Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlCompositeTextContent* GetFocusedTextContent(
Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor* editor,
[PARAMFLAG::Out] Vintasoft.Imaging.Text.TextRegion* selectedTextRegion
)
Parameters
- editor
- The document editor.
- selectedTextRegion
- A selected text region.
Return Value
Text content.