Office 365のデスクトップ版Officeアプリケーション(WordやExcelなど)のアイコン一覧を作成しました。
アルファベット別見出し
NUM | A | B | C | D | E | F |
G | H | I | J | K | L | M |
N | O | P | Q | R | S | T |
U | V | W | X | Y | Z |
E
E | EastAsianEditingMarks | EditableStencil | EditBusinessCard | ||||
EditBusinessDataEntity | EditCitation | EditCitationButton | EditColumn | ||||
EditComposePage | EditConnectedSystem | EditDataMacro | EditDAX | ||||
EditDocument | EditDocumentTemplate | EditExpression | EditFileGallery | ||||
EditFillMenu | EditForm | EditFormGallery | EditFormula | ||||
EditGroupCalendar | EditHyperlink | EditIcon | EditItem | ||||
EditLabel | EditLinks | EditListItems | EditMaster | ||||
EditMember | EditMode | EditorRibbonGiveFeedback | EditPage | ||||
EditPageAdvancedMode | EditPageNormalMode | EditPageWith | EditPermissionGroup | ||||
EditPermissions | EditQuery | EditReadPage | EditSpdPage | ||||
EditSpdPageAdvanced | EditTableMacro | EditText | EditWorkflow | ||||
EditWorkflowGallery | EditWorkflowTask | EditWorkflowTextBased | EditWorkflowVisual | ||||
EditXPath | EffectOptionsColorsGallery | EffectOptionsGallery | EffectOptionsMenu | ||||
EllipseTool | ElseDesignBlock | ElseIfDesignBlock | EmailCloseEnvelope | ||||
EmailFormCollectionFolder | EmailFormTagMessage | EmailMergeStart | EmailMergeWizard | ||||
EmailPreview | EmailPublish | EmptyFolder | EmptyPictureInsert | ||||
EmptyRecycleBin | EmptyTrash | EnableAttachments | EnableContent | ||||
EnableInlineEdit | EncodingMenu | EncryptMessage | EndnoteInsertWord | ||||
EndOfDocument | EndOfLine | EngagementInformation | EnglishAssistance | ||||
EnglishWritingAssistant | EnterPerson | EnterpriseGlobalOpen | EnterpriseProjectImport | ||||
EnterpriseProjectProfiles | EnterpriseResourcesImport | EnterpriseResourcesOpen | EnterProductKey | ||||
EntityEditOperation | EntityPublish | EntityRemoveOperation | EntityViewOperations | ||||
EntityViewSummary | EnvelopeChineseDialog | EnvelopesAndLabels | EnvelopesAndLabelsDialog | ||||
EnvelopeSendAllPages | EqualSign | EquationAccentGallery | EquationChangeLimitLocation | ||||
EquationConvert | EquationConvertSplitButton | EquationDelimiterGallery | EquationEdit | ||||
EquationEditor | EquationFractionGallery | EquationFunctionGallery | EquationInsertGallery | ||||
EquationInsertNew | EquationIntegralGallery | EquationLargeOperatorGallery | EquationLaTexFormat | ||||
EquationLimitGallery | EquationLinearAll | EquationLinearFormat | EquationLinearFraction | ||||
EquationLinearOne | EquationMatrixDeleteColumn | EquationMatrixDeleteRow | EquationMatrixGallery | ||||
EquationMatrixInsertColumnAfter | EquationMatrixInsertColumnBefore | EquationMatrixInsertRowAfter | EquationMatrixInsertRowBefore | ||||
EquationNoBarFraction | EquationNormalText | EquationOperatorGallery | EquationOptions | ||||
EquationOptionsGallery | EquationOptionsMenu | EquationProfessional | EquationProfessionalAll | ||||
EquationProfessionalOne | EquationRadicalGallery | EquationScriptGallery | EquationSkewedFraction | ||||
EquationStackedFraction | EquationSymbolsInsertGallery | EquationToggle | EquationUnicodeFormat | ||||
EquationVerticalAlignmentBottom | EquationVerticalAlignmentCenter | EquationVerticalAlignmentTop | EraserLastUsed | ||||
EraserMenu | EraserMode | ErrorChecking | ErrorCheckingMenu | ||||
Errors | EventMonitor | EventOnAfterChange | EventOnBeforeChange | ||||
EventOnContextChange | EventOnLoad | EventOnSign | EventOnSwitchView | ||||
EventOnValidate | EverythingElseGiveFeedback | ExcelSpreadsheetInsert | ExchangeFolder | ||||
ExcludeSelectedRecord | ExpandAllActionBlocks | ExpandAllBlocks | ExpandAllHeadings | ||||
ExpandSearchPane | ExponentiationSign | Export | ExportAccess | ||||
ExportBusinessDataCatalogModel | ExportDBase | ExportExcel | ExportFile | ||||
ExportHtmlDocument | ExportLotus | ExportMenu | ExportMoreMenu | ||||
ExportMoreOptionsMenu | ExportOdbcDatabase | ExportParadox | ExportReport | ||||
ExportSavedExports | ExportSharePointList | ExportSnapshot | ExportTextFile | ||||
ExportTo | ExportToAccess | ExportToVCardFile | ExportToVideo | ||||
ExportToVideoRecording | ExportVisioDiagramToFlow | ExportWord | ExportXmlFile | ||||
ExtendedTextFormattingMenu | ExtendedTextFormattingMostRecenltyUsed | ExternalDataWindow | Eyedropper3DColor | ||||
EyedropperFill | EyedropperFillColor | EyedropperFillText | EyedropperFontColor | ||||
EyedropperGlow | EyedropperGlowText | EyedropperLineColor | EyedropperLineColorText | ||||
EyedropperOutline | EyedropperOutlineText | EyedropperRecolor | EyedropperShadowColor | ||||
アイコンの活用方法
上図の通りアイコンイメージとコントロール IDが対応しています。
下記のように、リボンをカスタマイズするときやGetImageMsoメソッドを使うときにご活用ください。
リボンXML
<?xml version="1.0" encoding="utf-8"?> <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"> <ribbon> <tabs> <tab id="tabSample" label="Sample Tab"> <group id="grpSample" label="Sample Group"> <button id="btnSample" label="Sample Button" imageMso="HappyFace" size="large" /> </group> </tab> </tabs> </ribbon> </customUI>
GetImageMsoメソッドの利用例
Option Explicit Private Sub CommandButton1_Click() Me.CommandButton1.Picture = _ Application.CommandBars.GetImageMso("HappyFace", 80, 80) End Sub
注意事項
- 当アイコン一覧は、2019年3月時点で公開されている下記のコントロールIDのリストを元に作成したもので、すべてのコントロールIDを網羅しているわけではありません。
- 2007 Office System Document: Lists of Control IDs
- 2007 Office System Add-In: Icons Gallery
- Office 2010 Help Files: Office Fluent User Interface Control Identifiers
- Microsoft Office Document: [MS-CUSTOMUI2] Supporting Documentation(imageMso.txt)
- Office Fluent UI Command Identifiers(Office 2013, Office 2016, Office 2019, Office 365(Semi-Annual-Targeted), Office 365(Semi-Annual))
- 当一覧のアイコンは、Windows 10 Pro バージョン 1809(64ビット版)&Office 365 ProPlus バージョン 1903 (ビルド 11425.20036 クイック実行)環境でキャプチャーしたもので、環境によってはアイコンの形状や色合いが異なる場合があります。
- 当一覧のアイコン画像を素材として利用したり、アプリケーションに組み込んで使うことはできません。
- 当サイト上に掲載されている情報によって生じた、いかなる損害についても管理者は一切の責任を負いかねます。
この記事へのコメントはありません。