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