A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFPage.Edit
CPDFEditTextArea Class
CPDFEditTextArea Methods
AddStrikethrough Method
AddUnderline Method
BackSpaceChar Method
ClearSelectChars Method
DeleteChar Method
DeleteChars Method
GetAllChars Method
GetDownCharPlace Method
GetFontList Method
GetLastSelectChars Method
GetLineBeginCharPlace Method
GetLineEndCharPlace Method
GetNextCharPlace Method
GetNextWordCharPlace Method
GetPrevCharPlace Method
GetPreWordCharPlace Method
GetRectForLineAtPos Method
GetRectForWordAtPos Method
GetSectionAtPos Method
GetSectionBeginCharPlace Method
GetSectionEndCharPlace Method
GetSelectChars Method
GetTextCursorPoints Method
GetTextSectionAlign Method
GetTextStyle Method
GetUpCharPlace Method
InsertText Method
IsCharsFontBold Method
IsCharsFontItalic Method
RemoveStrikethrough Method
RemoveUnderline Method
SelectAllChars Method
SelectCharItemAtPos Method
SetCharsFontBold Method
SetCharsFontColor Method
SetCharsFontItalic Method
SetCharsFontName Method
SetCharsFontSize Method
SetCharsFontTransparency Method
SetCurTextStyle Method
SetTextAreaAlign Method
SetTextRangeAlign Method
SetTextSectionAlign Method
CPDFEditTextArea
SetTextAreaAlign Method
Sets the alignment of text in a text area.
Namespace:
ComPDFKit.PDFPage.Edit
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
Copy
public
bool
SetTextAreaAlign
(
TextAlignType
alignType
)
Parameters
alignType
Type:
ComPDFKit.PDFPage.Edit
TextAlignType
The text alignment.
Return Value
Type:
Boolean
Returns true on success, false on failure.
See Also
Reference
CPDFEditTextArea Class
ComPDFKit.PDFPage.Edit Namespace