RichEditTextDocument 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
로드, 저장 및 편집할 수 있는 서식 있는 텍스트 문서를 나타냅니다.
public ref class RichEditTextDocument sealed
public ref class RichEditTextDocument sealed : ITextDocument
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RichEditTextDocument final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RichEditTextDocument final : ITextDocument
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RichEditTextDocument
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RichEditTextDocument : ITextDocument
Public NotInheritable Class RichEditTextDocument
Public NotInheritable Class RichEditTextDocument
Implements ITextDocument
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1809 | 17763 | ClearUndoRedoHistory |
2004 | 19041 | GetMath |
2004 | 19041 | SetMath |
2004 | 19041 | SetMathMode |
속성
AlignmentIncludesTrailingWhitespace |
텍스트가 정렬될 때 후행 공백이 고려되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
CaretType |
caret 형식을 가져오거나 설정합니다. |
DefaultTabStop |
기본 탭 간격을 가져오거나 설정합니다. |
IgnoreTrailingCharacterSpacing |
줄의 마지막 문자에 문자 간격이 적용되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Selection |
현재 텍스트 선택을 가져옵니다. |
UndoLimit |
실행 취소 큐에 저장할 수 있는 최대 작업 수를 가져오거나 설정합니다. |
메서드
ApplyDisplayUpdates() |
텍스트 업데이트가 즉시 표시되는지 일괄 처리되는지 여부를 제어하는 내부 카운터를 감소합니다. |
BatchDisplayUpdates() |
텍스트 업데이트가 즉시 표시되는지 일괄 처리되는지 여부를 제어하는 내부 카운터를 증분합니다. |
BeginUndoGroup() |
그룹화 실행 취소를 켭니다. |
CanCopy() |
문서 콘텐츠를 클립보드에 복사할 수 있는지 여부를 결정합니다. |
CanPaste() |
클립보드에 문서에 붙여 넣을 수 있는 콘텐츠가 있는지 여부를 결정합니다. |
CanRedo() |
하나 이상의 다시 실행 작업이 있는지 여부를 확인합니다. |
CanUndo() |
하나 이상의 실행 취소 작업이 있는지 여부를 확인합니다. |
ClearUndoRedoHistory() |
실행 취소 및 다시 실행 버퍼를 비웁니다. |
EndUndoGroup() |
그룹화 실행 취소를 해제합니다. |
GetDefaultCharacterFormat() |
문서의 기본 문자 서식 특성을 검색합니다. |
GetDefaultParagraphFormat() |
문서의 기본 단락 서식 특성을 검색합니다. |
GetMath(String) |
RichEditBox 콘텐츠를 MathML로 검색합니다. 중요 Windows 11 버전 23H2 이하: 수학 모드 API는 제한된 액세스 기능의 일부입니다(LimitedAccessFeatures 클래스 참조). 자세한 내용을 보거나 잠금 해제 토큰을 요청하려면 LAF 액세스 토큰 요청 양식을 사용하세요. |
GetRange(Int32, Int32) |
문서의 현재 스토리에 대한 새 텍스트 범위를 검색합니다. |
GetRangeFromPoint(Point, PointOptions) |
화면의 특정 지점에서 또는 가장 가까운 위치에서 퇴화(빈) 텍스트 범위를 검색합니다. |
GetText(TextGetOptions, String) |
현재 스토리(문서)의 텍스트를 가져옵니다. |
LoadFromStream(TextSetOptions, IRandomAccessStream) |
스트림에서 문서를 로드합니다. |
Redo() |
가장 최근의 실행 취소 작업을 반전합니다. |
SaveToStream(TextGetOptions, IRandomAccessStream) |
문서를 스트림에 저장합니다. |
SetDefaultCharacterFormat(ITextCharacterFormat) |
문서의 기본 문자 서식 특성을 설정합니다. |
SetDefaultParagraphFormat(ITextParagraphFormat) |
문서의 기본 단락 서식 특성을 설정합니다. |
SetMath(String) |
RichEditBox 콘텐츠를 지정된 MathML로 설정합니다. 중요 Windows 11 버전 23H2 이하: 수학 모드 API는 제한된 액세스 기능의 일부입니다(LimitedAccessFeatures 클래스 참조). 자세한 내용을 보거나 잠금 해제 토큰을 요청하려면 LAF 액세스 토큰 요청 양식을 사용하세요. |
SetMathMode(RichEditMathMode) |
지정된 수학 모드에 따라 입력을 해석하도록 RichEditBox 를 구성합니다. 중요 Windows 11 버전 23H2 이하: 수학 모드 API는 제한된 액세스 기능의 일부입니다(LimitedAccessFeatures 클래스 참조). 자세한 내용을 보거나 잠금 해제 토큰을 요청하려면 LAF 액세스 토큰 요청 양식을 사용하세요. |
SetText(TextSetOptions, String) |
문서의 텍스트를 설정합니다. |
Undo() |
가장 최근의 실행 취소 그룹을 실행 취소합니다. |