/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.outlook;
import com.wilutions.com.*;
/**
* _TimelineView.
*
*/
@CoInterface(guid="{0006309C-0000-0000-C000-000000000046}")
public interface _TimelineView extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(61440) public _Application getApplication() throws ComException;
@DeclDISPID(61450) public OlObjectClass getClass_() throws ComException;
@DeclDISPID(61451) public _NameSpace getSession() throws ComException;
@DeclDISPID(61441) public IDispatch getParent() throws ComException;
@DeclDISPID(407) public void Apply() throws ComException;
@DeclDISPID(61490) public View Copy(final String Name, final OlViewSaveOption SaveOption) throws ComException;
@DeclDISPID(61514) public void Delete() throws ComException;
@DeclDISPID(64068) public void Reset() throws ComException;
@DeclDISPID(61512) public void Save() throws ComException;
@DeclDISPID(64065) public String getLanguage() throws ComException;
@DeclDISPID(64065) public void setLanguage(final String value) throws ComException;
@DeclDISPID(64064) public Boolean getLockUserChanges() throws ComException;
@DeclDISPID(64064) public void setLockUserChanges(final Boolean value) throws ComException;
@DeclDISPID(0) public String getName() throws ComException;
@DeclDISPID(0) public void setName(final String value) throws ComException;
@DeclDISPID(64063) public OlViewSaveOption getSaveOption() throws ComException;
@DeclDISPID(64062) public Boolean getStandard() throws ComException;
@DeclDISPID(404) public OlViewType getViewType() throws ComException;
@DeclDISPID(64060) public String getXML() throws ComException;
@DeclDISPID(64060) public void setXML(final String value) throws ComException;
@DeclDISPID(64054) public void GoToDate(final java.util.Date Date) throws ComException;
@DeclDISPID(409) public String getFilter() throws ComException;
@DeclDISPID(409) public void setFilter(final String value) throws ComException;
@DeclDISPID(8449) public String getStartField() throws ComException;
@DeclDISPID(8449) public void setStartField(final String value) throws ComException;
@DeclDISPID(64379) public String getEndField() throws ComException;
@DeclDISPID(64379) public void setEndField(final String value) throws ComException;
@DeclDISPID(64344) public OrderFields getGroupByFields() throws ComException;
@DeclDISPID(64384) public OlDefaultExpandCollapseSetting getDefaultExpandCollapseSetting() throws ComException;
@DeclDISPID(64384) public void setDefaultExpandCollapseSetting(final OlDefaultExpandCollapseSetting value) throws ComException;
@DeclDISPID(64373) public Boolean getShowWeekNumbers() throws ComException;
@DeclDISPID(64373) public void setShowWeekNumbers(final Boolean value) throws ComException;
@DeclDISPID(64043) public Integer getMaxLabelWidth() throws ComException;
@DeclDISPID(64043) public void setMaxLabelWidth(final Integer value) throws ComException;
@DeclDISPID(64372) public Boolean getShowLabelWhenViewingByMonth() throws ComException;
@DeclDISPID(64372) public void setShowLabelWhenViewingByMonth(final Boolean value) throws ComException;
@DeclDISPID(64040) public ViewFont getUpperScaleFont() throws ComException;
@DeclDISPID(64044) public ViewFont getLowerScaleFont() throws ComException;
@DeclDISPID(64045) public ViewFont getItemFont() throws ComException;
@DeclDISPID(64392) public OlTimelineViewMode getTimelineViewMode() throws ComException;
@DeclDISPID(64392) public void setTimelineViewMode(final OlTimelineViewMode value) throws ComException;
}