Word.Interfaces.BookmarkData interface
Uma interface que descreve os dados devolvidos ao chamar bookmark.toJSON().
Propriedades
| end | Especifica a posição do caráter final do marcador. |
| is |
Devolve |
| is |
Devolve |
| name | Devolve o nome do |
| range | Devolve um |
| start | Especifica a posição do caráter inicial do marcador. |
| story |
Devolve o tipo de história do marcador. |
Detalhes da propriedade
end
Especifica a posição do caráter final do marcador.
end?: number;
Valor da propriedade
number
Comentários
isColumn
Devolve true se o marcador for uma coluna de tabela.
isColumn?: boolean;
Valor da propriedade
boolean
Comentários
isEmpty
Devolve true se o marcador estiver vazio.
isEmpty?: boolean;
Valor da propriedade
boolean
Comentários
name
Devolve o nome do Bookmark objeto.
name?: string;
Valor da propriedade
string
Comentários
range
Devolve um Range objeto que representa a parte do documento que está contida no Bookmark objeto.
range?: Word.Interfaces.RangeData;
Valor da propriedade
Comentários
start
Especifica a posição do caráter inicial do marcador.
start?: number;
Valor da propriedade
number
Comentários
storyType
Devolve o tipo de história do marcador.
storyType?: Word.StoryType | "MainText" | "Footnotes" | "Endnotes" | "Comments" | "TextFrame" | "EvenPagesHeader" | "PrimaryHeader" | "EvenPagesFooter" | "PrimaryFooter" | "FirstPageHeader" | "FirstPageFooter" | "FootnoteSeparator" | "FootnoteContinuationSeparator" | "FootnoteContinuationNotice" | "EndnoteSeparator" | "EndnoteContinuationSeparator" | "EndnoteContinuationNotice";
Valor da propriedade
Word.StoryType | "MainText" | "Footnotes" | "Endnotes" | "Comments" | "TextFrame" | "EvenPagesHeader" | "PrimaryHeader" | "EvenPagesFooter" | "PrimaryFooter" | "FirstPageHeader" | "FirstPageFooter" | "FootnoteSeparator" | "FootnoteContinuationSeparator" | "FootnoteContinuationNotice" | "EndnoteSeparator" | "EndnoteContinuationSeparator" | "EndnoteContinuationNotice"