Как поменять ссылку в тексте?
01.01.2007
{ ... }
Doc := Word.ActiveDocument;
for x := 1 to Doc.Hyperlinks.Count do
begin
Doc.Hyperlinks.Item(x).Address;
end;
{ ... }
01.01.2007
{ ... }
Doc := Word.ActiveDocument;
for x := 1 to Doc.Hyperlinks.Count do
begin
Doc.Hyperlinks.Item(x).Address;
end;
{ ... }
|
Previous page:
Как добавить текст к закладке? |
Top: DRKB |
Next page: Как заменить значение переменных для текста MS Word? |