Inheritance Hierarchy Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static class TextBlockUtility
The TextBlockUtility type exposes the following members.
Methods| | Name | Description |
|---|
  | LoadFromRealFile(String) |
Loads the block from a file of real file system.
|
  | LoadFromRealFile(String, String) |
Loads the block from a file of real file system.
|
  | LoadFromRealFile(String, String, Boolean) |
Loads the block from a file of real file system.
|
  | LoadFromVirtualFile(String) |
Loads the block from a file of virtual file system.
|
  | LoadFromVirtualFile(String, String) |
Loads the block from a file of virtual file system.
|
  | LoadFromVirtualFile(String, String, Boolean) |
Loads the block from a file of virtual file system.
|
  | SaveToRealFile(TextBlock, String) | |
  | SaveToRealFile(TextBlock, String, String) | |
  | SaveToVirtualFile(TextBlock, String) | |
  | SaveToVirtualFile(TextBlock, String, String) | |
Top
See Also