ScroogeXHTML for Object Pascal 9.2.1
Loading...
Searching...
No Matches
ISxWriter Interface Reference

Writer methods. More...

Inheritance diagram for ISxWriter:
TSxWriter

Public Member Functions

 AddChar (const AnsiChar Ch)
 
 AddLevel ()
 
 AddLinebreak (const string Tag)
 
 AddList ()
 
 AddListOverride ()
 
TCharacterProperties CloneCharacterProperties ()
 
TParagraphProperties CloneParagraphProperties ()
 
string GetDefaultFontName ()
 
TCharset GetDocCharset ()
 
ISimpleDomDocument GetDomDocument ()
 
TFontstyles GetFontStyle ()
 
Boolean GetHidden ()
 
Boolean GetNumbered ()
 
TNumberingLevel GetNumberingLevel ()
 
Boolean GetParagraphHasStarPn ()
 
Boolean GetSubscript ()
 
Boolean GetSuperscript ()
 
Boolean IsBulletList (const Int64 AValue)
 
 ResetCharacterAttributes ()
 
 ResetParagraphAttributes ()
 
 SetAlignment (const TParagraphAlignment Value)
 
 SetAnchor (const string Value)
 
 SetBGColor (const string Value)
 
 SetCharacterProperties (const TCharacterProperties Value)
 
 SetDefaultFontName (const string Value)
 
 SetDirection (const TDirection Value)
 
 SetDocCharset (const TCharset Value)
 
 SetFieldExpression (const string Value)
 
 SetFirstIndent (const Integer Value)
 
 SetFontBGColor (const string Value)
 
 SetFontCharSet (const TCharSet Value)
 
 SetFontColor (const string Value)
 
 SetFontHLColor (const string Value)
 
 SetFontName (const string Value)
 
 SetFontSize (const Integer Value)
 
 SetFontStyle (const TFontstyles Value)
 
 SetHidden (const Boolean Value)
 
 SetLanguage (const string Value)
 
 SetLeftIndent (const Integer Value)
 
 SetLevelNfc (const Int64 AValue)
 
 SetListId (const Int64 AValue)
 
 SetListOverrideIndex (const Int64 AValue)
 
 SetListTemplateId (const Int64 AValue)
 
 SetNumbered (const Boolean Value)
 
 SetNumberingLevel (const TNumberingLevel Value)
 
 SetOverrideListId (const Int64 AValue)
 
 SetParagraphBorder (const Boolean Value)
 
 SetParagraphHasStarPn (const Boolean Value)
 
 SetParagraphProperties (const TParagraphProperties Value)
 
 SetParDirection (const TDirection Value)
 
 SetRightIndent (const Integer Value)
 
 SetSpaceAfter (const Integer Value)
 
 SetSpaceBefore (const Integer Value)
 
 SetSubscript (const Boolean Value)
 
 SetSuperscript (const Boolean Value)
 
 StoreTextProperties ()
 

Public Attributes

TParagraphAlignment Alignment
 
string BGColor
 
string DefaultFontName
 
TDirection Direction
 
TCharset DocCharset
 
ISimpleDomDocument DomDocument
 
Integer FirstIndent
 
string FontBGColor
 
TCharset FontCharSet
 
string FontColor
 
string FontHLColor
 
string FontName
 
Integer FontSize
 
TFontstyles FontStyle
 
Boolean Hidden
 
string Language
 
Integer LeftIndent
 
Boolean Numbered
 
TNumberingLevel NumberingLevel
 
Boolean ParagraphBorder
 
Boolean ParagraphHasStarPn
 
TDirection ParDirection
 
Integer RightIndent
 
Integer SpaceAfter
 
Integer SpaceBefore
 
Boolean Subscript
 
Boolean Superscript
 

Detailed Description

Writer methods.

Member Function Documentation

◆ AddChar()

ISxWriter::AddChar ( const AnsiChar Ch)

Implemented in TSxWriter.

◆ AddLevel()

ISxWriter::AddLevel ( )

◆ AddLinebreak()

ISxWriter::AddLinebreak ( const string Tag)

Implemented in TSxWriter.

◆ AddList()

ISxWriter::AddList ( )

◆ AddListOverride()

ISxWriter::AddListOverride ( )

◆ CloneCharacterProperties()

TCharacterProperties ISxWriter::CloneCharacterProperties ( )

Implemented in TSxWriter.

◆ CloneParagraphProperties()

TParagraphProperties ISxWriter::CloneParagraphProperties ( )

Implemented in TSxWriter.

◆ GetDefaultFontName()

string ISxWriter::GetDefaultFontName ( )

◆ GetDocCharset()

TCharset ISxWriter::GetDocCharset ( )

◆ GetDomDocument()

ISimpleDomDocument ISxWriter::GetDomDocument ( )

◆ GetFontStyle()

TFontstyles ISxWriter::GetFontStyle ( )

◆ GetHidden()

Boolean ISxWriter::GetHidden ( )

◆ GetNumbered()

Boolean ISxWriter::GetNumbered ( )

◆ GetNumberingLevel()

TNumberingLevel ISxWriter::GetNumberingLevel ( )

◆ GetParagraphHasStarPn()

Boolean ISxWriter::GetParagraphHasStarPn ( )

◆ GetSubscript()

Boolean ISxWriter::GetSubscript ( )

◆ GetSuperscript()

Boolean ISxWriter::GetSuperscript ( )

◆ IsBulletList()

Boolean ISxWriter::IsBulletList ( const Int64 AValue)

◆ ResetCharacterAttributes()

ISxWriter::ResetCharacterAttributes ( )

Implemented in TSxWriter.

◆ ResetParagraphAttributes()

ISxWriter::ResetParagraphAttributes ( )

Implemented in TSxWriter.

◆ SetAlignment()

ISxWriter::SetAlignment ( const TParagraphAlignment Value)

◆ SetAnchor()

ISxWriter::SetAnchor ( const string Value)

Implemented in TSxWriter.

◆ SetBGColor()

ISxWriter::SetBGColor ( const string Value)

◆ SetCharacterProperties()

ISxWriter::SetCharacterProperties ( const TCharacterProperties Value)

Implemented in TSxWriter.

◆ SetDefaultFontName()

ISxWriter::SetDefaultFontName ( const string Value)

◆ SetDirection()

ISxWriter::SetDirection ( const TDirection Value)

◆ SetDocCharset()

ISxWriter::SetDocCharset ( const TCharset Value)

◆ SetFieldExpression()

ISxWriter::SetFieldExpression ( const string Value)

Implemented in TSxWriter.

◆ SetFirstIndent()

ISxWriter::SetFirstIndent ( const Integer Value)

◆ SetFontBGColor()

ISxWriter::SetFontBGColor ( const string Value)

◆ SetFontCharSet()

ISxWriter::SetFontCharSet ( const TCharSet Value)

◆ SetFontColor()

ISxWriter::SetFontColor ( const string Value)

◆ SetFontHLColor()

ISxWriter::SetFontHLColor ( const string Value)

◆ SetFontName()

ISxWriter::SetFontName ( const string Value)

◆ SetFontSize()

ISxWriter::SetFontSize ( const Integer Value)

◆ SetFontStyle()

ISxWriter::SetFontStyle ( const TFontstyles Value)

◆ SetHidden()

ISxWriter::SetHidden ( const Boolean Value)

◆ SetLanguage()

ISxWriter::SetLanguage ( const string Value)

◆ SetLeftIndent()

ISxWriter::SetLeftIndent ( const Integer Value)

◆ SetLevelNfc()

ISxWriter::SetLevelNfc ( const Int64 AValue)

◆ SetListId()

ISxWriter::SetListId ( const Int64 AValue)

◆ SetListOverrideIndex()

ISxWriter::SetListOverrideIndex ( const Int64 AValue)

◆ SetListTemplateId()

ISxWriter::SetListTemplateId ( const Int64 AValue)

◆ SetNumbered()

ISxWriter::SetNumbered ( const Boolean Value)

◆ SetNumberingLevel()

ISxWriter::SetNumberingLevel ( const TNumberingLevel Value)

◆ SetOverrideListId()

ISxWriter::SetOverrideListId ( const Int64 AValue)

◆ SetParagraphBorder()

ISxWriter::SetParagraphBorder ( const Boolean Value)

◆ SetParagraphHasStarPn()

ISxWriter::SetParagraphHasStarPn ( const Boolean Value)

◆ SetParagraphProperties()

ISxWriter::SetParagraphProperties ( const TParagraphProperties Value)

Implemented in TSxWriter.

◆ SetParDirection()

ISxWriter::SetParDirection ( const TDirection Value)

◆ SetRightIndent()

ISxWriter::SetRightIndent ( const Integer Value)

◆ SetSpaceAfter()

ISxWriter::SetSpaceAfter ( const Integer Value)

◆ SetSpaceBefore()

ISxWriter::SetSpaceBefore ( const Integer Value)

◆ SetSubscript()

ISxWriter::SetSubscript ( const Boolean Value)

◆ SetSuperscript()

ISxWriter::SetSuperscript ( const Boolean Value)

◆ StoreTextProperties()

ISxWriter::StoreTextProperties ( )

Implemented in TSxWriter.

Member Data Documentation

◆ Alignment

TParagraphAlignment ISxWriter::Alignment
See also
SetAlignment For writing

◆ BGColor

string ISxWriter::BGColor
See also
SetBGColor For writing

◆ DefaultFontName

string ISxWriter::DefaultFontName
See also
GetDefaultFontName For reading
SetDefaultFontName For writing

◆ Direction

TDirection ISxWriter::Direction
See also
SetDirection For writing

◆ DocCharset

TCharset ISxWriter::DocCharset
See also
GetDocCharset For reading
SetDocCharset For writing

◆ DomDocument

ISimpleDomDocument ISxWriter::DomDocument
See also
GetDomDocument For reading

◆ FirstIndent

Integer ISxWriter::FirstIndent
See also
SetFirstIndent For writing

◆ FontBGColor

string ISxWriter::FontBGColor
See also
SetFontBGColor For writing

◆ FontCharSet

TCharset ISxWriter::FontCharSet
See also
SetFontCharSet For writing

◆ FontColor

string ISxWriter::FontColor
See also
SetFontColor For writing

◆ FontHLColor

string ISxWriter::FontHLColor
See also
SetFontHLColor For writing

◆ FontName

string ISxWriter::FontName
See also
SetFontName For writing

◆ FontSize

Integer ISxWriter::FontSize
See also
SetFontSize For writing

◆ FontStyle

TFontstyles ISxWriter::FontStyle
See also
GetFontStyle For reading
SetFontStyle For writing

◆ Hidden

Boolean ISxWriter::Hidden
See also
GetHidden For reading
SetHidden For writing

◆ Language

string ISxWriter::Language
See also
SetLanguage For writing

◆ LeftIndent

Integer ISxWriter::LeftIndent
See also
SetLeftIndent For writing

◆ Numbered

Boolean ISxWriter::Numbered
See also
GetNumbered For reading
SetNumbered For writing

◆ NumberingLevel

TNumberingLevel ISxWriter::NumberingLevel
See also
GetNumberingLevel For reading
SetNumberingLevel For writing

◆ ParagraphBorder

Boolean ISxWriter::ParagraphBorder
See also
SetParagraphBorder For writing

◆ ParagraphHasStarPn

Boolean ISxWriter::ParagraphHasStarPn
See also
GetParagraphHasStarPn For reading
SetParagraphHasStarPn For writing

◆ ParDirection

TDirection ISxWriter::ParDirection
See also
SetParDirection For writing

◆ RightIndent

Integer ISxWriter::RightIndent
See also
SetRightIndent For writing

◆ SpaceAfter

Integer ISxWriter::SpaceAfter
See also
SetSpaceAfter For writing

◆ SpaceBefore

Integer ISxWriter::SpaceBefore
See also
SetSpaceBefore For writing

◆ Subscript

Boolean ISxWriter::Subscript
See also
GetSubscript For reading
SetSubscript For writing

◆ Superscript

Boolean ISxWriter::Superscript
See also
GetSuperscript For reading
SetSuperscript For writing