'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
Выбранное текстовое содержимое, которое соответствует выбранному (или выделенному) тексту в визуальном редакторе.