added initial classes
This commit is contained in:
6
ts/docx/docx.ts
Normal file
6
ts/docx/docx.ts
Normal file
@ -0,0 +1,6 @@
|
||||
module docx {
|
||||
|
||||
export class Docx {
|
||||
|
||||
}
|
||||
}
|
5
ts/docx/paragraph.ts
Normal file
5
ts/docx/paragraph.ts
Normal file
@ -0,0 +1,5 @@
|
||||
module docx {
|
||||
export class Paragraph {
|
||||
|
||||
}
|
||||
}
|
5
ts/docx/row.ts
Normal file
5
ts/docx/row.ts
Normal file
@ -0,0 +1,5 @@
|
||||
module docx {
|
||||
export class Row {
|
||||
|
||||
}
|
||||
}
|
5
ts/docx/tabStop.ts
Normal file
5
ts/docx/tabStop.ts
Normal file
@ -0,0 +1,5 @@
|
||||
module docx {
|
||||
export class TapStop {
|
||||
|
||||
}
|
||||
}
|
5
ts/docx/table.ts
Normal file
5
ts/docx/table.ts
Normal file
@ -0,0 +1,5 @@
|
||||
module docx {
|
||||
export class Table {
|
||||
|
||||
}
|
||||
}
|
5
ts/docx/text.ts
Normal file
5
ts/docx/text.ts
Normal file
@ -0,0 +1,5 @@
|
||||
module docx {
|
||||
export class Text {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user