Namespace: CuteEditor.Convertor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public void TransferCssBlock( HTMLNode stylenode, ArrayList styletree, HTMLNode body, bool inbody ) |
Visual Basic |
---|
Public Sub TransferCssBlock ( _ stylenode As HTMLNode, _ styletree As ArrayList, _ body As HTMLNode, _ inbody As Boolean _ ) |
Visual C++ |
---|
public: void TransferCssBlock( HTMLNode^ stylenode, ArrayList^ styletree, HTMLNode^ body, bool inbody ) |
Parameters
- stylenode
- Type: CuteEditor.Convertor..::..HTMLNode
- styletree
- Type: System.Collections..::..ArrayList
- body
- Type: CuteEditor.Convertor..::..HTMLNode
- inbody
- Type: System..::..Boolean