Exemplo n.º 1
0
 public NetOffice.PublisherApi.Field AddPhoneticGuide(NetOffice.PublisherApi.TextRange range, string text, object alignment, object raise, object fontName)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Field>(this, "AddPhoneticGuide", NetOffice.PublisherApi.Field.LateBindingApiWrapperType, new object[] { range, text, alignment, raise, fontName }));
 }
Exemplo n.º 2
0
 public NetOffice.PublisherApi.Field AddPhoneticGuide(NetOffice.PublisherApi.TextRange range, string text)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Field>(this, "AddPhoneticGuide", NetOffice.PublisherApi.Field.LateBindingApiWrapperType, range, text));
 }
Exemplo n.º 3
0
 public NetOffice.PublisherApi.Field AddHorizontalInVertical(NetOffice.PublisherApi.TextRange range, string text)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Field>(this, "AddHorizontalInVertical", NetOffice.PublisherApi.Field.LateBindingApiWrapperType, range, text));
 }
Exemplo n.º 4
0
 public void MoveIntoTextFlow(NetOffice.PublisherApi.TextRange range)
 {
     Factory.ExecuteMethod(this, "MoveIntoTextFlow", range);
 }
Exemplo n.º 5
0
 public NetOffice.PublisherApi.Hyperlink Add(NetOffice.PublisherApi.TextRange text, object address, object relativePage, object pageID)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Hyperlink>(this, "Add", NetOffice.PublisherApi.Hyperlink.LateBindingApiWrapperType, text, address, relativePage, pageID));
 }
Exemplo n.º 6
0
 public NetOffice.PublisherApi.Hyperlink Add(NetOffice.PublisherApi.TextRange text)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PublisherApi.Hyperlink>(this, "Add", NetOffice.PublisherApi.Hyperlink.LateBindingApiWrapperType, text));
 }