You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
332 B
15 lines
332 B
#include "KWLoadingInfo.h"
|
|
#include "KWFrame.h"
|
|
|
|
KWLoadingInfo::KWLoadingInfo()
|
|
{
|
|
columns.columns = 1;
|
|
// columns.ptColumnSpacing must be initialized by KWDocument
|
|
|
|
hf.header = HF_SAME;
|
|
hf.footer = HF_SAME;
|
|
hf.ptHeaderBodySpacing = 10.0;
|
|
hf.ptFooterBodySpacing = 10.0;
|
|
hf.ptFootNoteBodySpacing = 10.0;
|
|
}
|