modified git ignore
This commit is contained in:
20
build/file/paragraph/run/run.d.ts
vendored
Normal file
20
build/file/paragraph/run/run.d.ts
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
import { XmlComponent } from "../../../file/xml-components";
|
||||
export declare class Run extends XmlComponent {
|
||||
private properties;
|
||||
constructor();
|
||||
bold(): Run;
|
||||
italic(): Run;
|
||||
underline(underlineType?: string, color?: string): Run;
|
||||
color(color: string): Run;
|
||||
size(size: number): Run;
|
||||
break(): Run;
|
||||
tab(): Run;
|
||||
smallCaps(): Run;
|
||||
allCaps(): Run;
|
||||
strike(): Run;
|
||||
doubleStrike(): Run;
|
||||
subScript(): Run;
|
||||
superScript(): Run;
|
||||
font(fontName: string): Run;
|
||||
style(styleId: string): Run;
|
||||
}
|
Reference in New Issue
Block a user