Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Gets a collection of rich-text strings.
Syntax
HRESULT GetStrings(
[out] ITextStrings **ppStrs
);
Parameters
[out] ppStrs
Type: ITextStrings**
The collection of rich-text strings.
Return value
Type: HRESULT
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Remarks
The collection is useful for manipulating rich text, particularly for transforming mathematical text from linear to built-up form, or vice versa.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | tom.h |
| DLL | Msftedit.dll |