style fix
This commit is contained in:
@ -5,7 +5,6 @@ import { TextRun } from "../run";
|
|||||||
import { BookmarkEndAttributes, BookmarkStartAttributes } from "./bookmark-attributes";
|
import { BookmarkEndAttributes, BookmarkStartAttributes } from "./bookmark-attributes";
|
||||||
|
|
||||||
export class Bookmark {
|
export class Bookmark {
|
||||||
|
|
||||||
public linkId: number;
|
public linkId: number;
|
||||||
|
|
||||||
public readonly start: BookmarkStart;
|
public readonly start: BookmarkStart;
|
||||||
@ -24,7 +23,6 @@ export class Bookmark {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class BookmarkStart extends XmlComponent {
|
export class BookmarkStart extends XmlComponent {
|
||||||
|
|
||||||
public linkId: number;
|
public linkId: number;
|
||||||
|
|
||||||
constructor(name: string, text: string, relationshipsCount: number) {
|
constructor(name: string, text: string, relationshipsCount: number) {
|
||||||
@ -41,7 +39,6 @@ export class BookmarkStart extends XmlComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class BookmarkEnd extends XmlComponent {
|
export class BookmarkEnd extends XmlComponent {
|
||||||
|
|
||||||
public linkId: number;
|
public linkId: number;
|
||||||
|
|
||||||
constructor(relationshipsCount: number) {
|
constructor(relationshipsCount: number) {
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
export * from "./hyperlink";
|
export * from "./hyperlink";
|
||||||
export * from "./bookmark";
|
export * from "./bookmark";
|
||||||
|
Reference in New Issue
Block a user