You are here: Symbol Reference > htmledit Namespace > Classes > THtTextStyle Record
HTML Editor Library
ContentsIndexHome
PreviousUpNext
THtTextStyle Record

Class for current text attributes.when selection is non-empty then changing its properties also change the document,overwise changes are preserved and applied when user enters new text

Pascal
THtTextStyle = record
  objectprivatefFontName: string;
  fFontSize: integer;
  fBold: boolean;
  fItalic: boolean;
  fStrikeout: boolean;
  fSubscript: boolean;
  fSuperscript: boolean;
  fUnderline: boolean;
  fBgColor: cardinal;
  fColor: cardinal;
  Editor: THtmlEditor;
  selempty: boolean;
  fTextTransform: TCSSTextTransform;
  fParaAlign: THAlign;
  fOrderedList: boolean;
  fUnorderedList: boolean;
end;
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!