'Declaration Public Overloads Function GetFocusedTextContent( _
ByVal editorРедактор документов.As Vintasoft.Imaging.Office.OpenXml.Editor.Docx.DocxDocumentEditor, _
ByRef selectedTextRegionВыделенная текстовая область.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
- Редактор документов.
- selectedTextRegion
- Выделенная текстовая область.
Return Value
Текстовое содержимое.